/* CSS menymall */

#content{margin: 1em 1em 1em 1em; padding: 0; float: left;}

#menycontainer{ float: left; margin: 0 0 0 1em; width: 14.8em; font: 70% Verdana, Helvetica, sans-serif;}
#meny{margin: 0; padding: 0; list-style-type: none; font-weight: bold;}
#meny a{display: block;	margin: 0; padding: 0.3em; text-decoration: none; height: 100%; background-image: url('images/linje_meny.gif'); background-repeat: no-repeat; background-position:bottom left;}
#meny ul{position: relative; left: -2.5em; list-style-type: none; font-weight: normal; border: solid #b4b4b4; border-width: 0 0 0 0px;} 
#meny ul a{margin: 0; padding: 0.2em; background-image: none;}
#meny a:link{color: #003366;}
#meny a:visited{color: #003366;}
#meny a:hover{color: #067ecf;}
#meny a#current{font-weight: bold; color: #067ecf;}
#meny a#subcurrent{font-weight: normal; color: #666666;}/* ändra här för undermenytext */
#meny ul a:link{color: #000000;}
#meny ul a:visited{color: #000000;}
#meny ul a:hover{color: #666666;}

#undermeny li { list-style-type: none; margin: 0 0 0 -0.5em; padding-left: 4px; border: solid #b4b4b4; border-width: 0 0 0 1px;}

