ul#menu { 
width:800px; 
height: 43px; 
background: #FFF url("images/menu-bg.gif") top left repeat-x; 
font-size: 0.8em; 
font-family: "Lucida Grande", Verdana, sans-serif; 
font-weight: bold; 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

ul#menu li { 
backgroun345d: url("images/tab_right.png") no-repeat right top;
float:left;
height:38px;
padding:0px;
margin:0px;
margin-left:3px;
list-style-type: none; 
display: block;
}

ul#menu li a { 
backgro345und: url("images/tab_left.png") no-repeat left top;
height: 38px; 
color: #777; 
float: left; 
line-height: 200%; 
padding: 8px 20px 0px 15px;
margin: 0px;
text-decoration:none;
}

ul#menu li a:hover { 
color: #333; 
}

ul#menu li.current { 
background: url("images/tab_right_current.png") no-repeat right top;
float:left;
height:38px;
padding:0px;
margin:0px;
margin-left:3px;
list-style-type: none; 
display: block;
}

ul#menu li a.current:hover { 
color: #ccc; 
}


ul#menu li a.current{ 
color: #FFF; 
background: url("images/tab_left_current.png") no-repeat left top;
padding: 8px 15px 0; 
}
