/* -------------------------- AUTHOR : STYLED MENUS URL : http://www.styledmenus.com 
Copyrights by STYLED MENUS ----------------------------*/ *{ margin:0; padding:0; 
} body{ background:#004500; color:#666; font:12px/18px Verdana, Arial, Helvetica, 
sans-serif; } #menu{ width:175px; margin:0px; } #menu ul{ list-style:none; } #menu 
li{ list-style:none; display:block; background:url(images/menu_024_bg.jpg) no-repeat; 
text-indent:40px; } #menu li a{ list-style:none; display:block; color:#ffffff; 
text-transform:uppercase; font-size:11px; text-decoration:none; height:25px; line-height:25px; 
} #menu li a:hover{ background:url(images/menu_024_h.jpg) no-repeat; height:25px; 
line-height:25px; color:#11FB06; text-decoration:none; } #menu li a.current, #menu 
li a:hover.current{ list-style:none; display:block; background:url(images/menu_024_h.jpg) 
no-repeat; color:#9BF19D; text-transform:uppercase; font-size:11px; text-decoration:none; 
height:25px; line-height:25px; } 