/* CSS menymall */
#menycontainer{margin-left: 1em; width: 9em; font-size: 70%; border-top: 0px solid #cccccc; border-left: 0px solid #CCCCCC; border-right: 0px solid #cccccc;}

#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{font-family: verdana; display: block; margin: 0; padding: 0.3em; background: transparent url; padding: 0.3em; text-decoration: none; height: 100%; width: 105%; border-bottom: 1px solid #cccccc;}
#meny ul{list-style-type: none;} 
#meny ul a{margin: 0; padding: 0.3em; background: white;} 

#meny a:link{color: black;}
#meny a:visited{color: black;}
#meny a:hover{background: white;}
#meny a#current{font-weight: bold;}
#meny a#subcurrent{font-weight: bold;}

