


#menu{
width: 100%;
font-weight: normal;
font-size: 90%;
border-top: 1px solid gray;
}

#menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
width: 100%;
background: #ffffff;;
padding: 3px 0;
margin: 0;
text-align: right; 
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #EB2D2E;
padding: 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #2B3087;
}

#menu ul li a:hover{
background: #ffffff;
}



