#menu{
width: 798px;
font-weight: bold;
font-size: 80%;
}

#menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
border: 1px solid #BBB;
width: 100%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left;
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#menu ul li a:hover{
background: url(media/chromebg2.gif) center center repeat-x;
}

