/* CSS menymall */

body 
{
padding: 0; 
margin: 0;

}

#content
{
margin: 1em 1em 1em 1em; 
padding: 0; 
float: left;
}

#menycontainer
{
position: absolute;
left: 19px;
top:76px;
float: left; 
margin: 0em 0 0 0em; 
padding: 0;
}
#meny
{
margin: 0; 
padding: 1em; 
list-style-type: none; 
font: 70% Verdana; 	
background: #E9EEEA;}

#meny a
{
width: 8em; 
text-decoration: none; 
display: block; 
padding: 0.3em 8px; 
margin-bottom: 0.8em; 	
background: #E9EEEA; 
border-top: 2px solid #e8e8e8;	
border-right: 2px solid #999999; 
border-bottom: 2px solid #999999; 
border-left: 2px solid #e8e8e8;
}

#meny a:link{color: #000000;}
#meny a:visited{color: #000000;}
#meny a:hover{background: #D2DCD4; 
border-top: 2px solid #999999; 
border-right: 2px solid #e8e8e8; 	
border-bottom: 2px solid #e8e8e8; 
border-left: 2px solid #999999;}

#meny a#current{
background: #FFFFFF;
border-top: 2px solid #999999; 
border-right: 2px solid #e8e8e8; 	
border-bottom: 2px solid #e8e8e8; 
border-left: 2px solid #999999;
font-weight: normal;
}
