/* CSS menymall */

h1 {
font: 150% Verdana, Arial, Helvetica, sans-serif;
color: #000000;}

#content{
margin: 0px; 
padding: 0px; 
float: left;}

#menycontainer{ 
float: left; 
margin: 5px 0 0 4px; 
width: 150px; 
font: 70% Verdana, Helvetica, sans-serif;	
border-top: 1px solid #cccccc; 
border-left: 1px solid #cccccc;	
border-bottom: 1px solid #cccccc;	
border-right: 1px solid #cccccc;}

#meny{
margin: 0; 
padding: 0; 
list-style-type: none;}

#meny a{
display: block;	
margin: 0; 
padding: 0.3em; 
background: #ffffff;	
padding: 0.3em; 	
text-decoration: none; 
height: 100%; 
border-bottom: 1px solid #ffffff;}

#meny ul{list-style-type: none;} 

#meny ul a{
margin: 0; 
padding: 0.3em; 
background: #ffffff;
}	

#meny a:link{
color: #000000;}

#meny a:visited{
color: #000000;}

#meny a:hover{
background: #999999;}

#meny a#current{
font-weight: bold;}

#meny a#subcurrent{
font-weight: bold;}

