ul#menu { 
width: 100%; 
height: 43px; 
background: #FFF url("images/menu-bg.gif") top left repeat-x; 
font-size: 12px; 
font-family: "Verdana", Lucida Grande, sans-serif; 
font-weight: normal; 
list-style-type: none; 
margin: 0; 
padding: 0; 
}
ul#menu li { 
display: block; 
float: left; 
margin: 0 0 0 5px; 
}
ul#menu li a { 
height: 43px; 
color: #000000; 
text-decoration: none; 
display: block; 
float: left; 
line-height: 200%; 
padding: 8px 15px 0;
}

ul#menu a:link {
color: #000000;
text-decoration : none; 
font-weight: normal;  
}
   
ul#menu a:visited {
color: #000000;
text-decoration : none;
font-weight: normal; 
}
		
ul#menu a:hover {
color: #000000;
text-decoration : none;
font-weight: normal; 
}

ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }