


#menu{
width: 99%;
font-weight: bold;
font-size: 100%;
}

#menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
width: 100%;
background: url(images/bg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: right; 
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #ffffff;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
}

#menu ul li a:hover{
background: url(images/bg2.gif) center center repeat-x;
}



