/* CSS menymall */

/* h1 {font: 150% Verdana, Arial, Helvetica, sans-serif;color: #CCCCCC;} */ 

#meny{margin-left: 0; padding-left: 0;
font: 70% Verdana, Helvetica, sans-serif;}
#meny li{display: inline; list-style-type: none;}
#meny a{padding: 0.25em 1em; text-decoration: none;}
#meny a:link{color: #ffffff; background: #008000;}
#meny a:visited{color: #ffffff; background: #008000;}
#meny a:hover{background: #ff8800;}
#meny a#current{background: #FFCC66; color: #000000;}
