/* CSS menymall */

#menycontainer ul{list-style-type: none;}
#menycontainer ul li a{background: transparent url("symbol.gif") left center no-repeat;
padding-left: 15px; 
font: 80% Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #000000;}
#menycontainer ul li a:hover{background: transparent url("symbol-over.gif") left center no-repeat;}
#menycontainer ul li a#current{background: transparent url("symbol-active.gif") left center no-repeat;
color: #cccccc;}h1 {font: 150% Verdana, Arial, Helvetica, sans-serif;color: #CCCCCC;}

