#ots_menu{
font: 11px Arial;
font-weight: normal;
font-size: 80%;
}

#ots_menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#ots_menu ul{
text-indent: 0px;
padding: 3px 0;
margin: 0;
background-color: #BFBFBF;
border: 1px solid #BFBFBF;
text-align: right;
}

#ots_menu ul li{
display: inline;
}

#ots_menu ul li a{
color: #000000;
padding: 3px 0;
padding-right: 20px;
margin: 0;
text-decoration: none;
background: transparent url(../images/slantedline.gif) top right no-repeat;
}

#ots_menu ul li a:visited{
color: #COC0C0;
} 

#ots_menu ul li a:hover{
color: #FFFFFF;
}

#ots_menu li a:hover{
text-decoration: underline;
color: #FFFFFF;
}