<style type="text/css">

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font-family: Arial;
font-weight: bold;
font-size: 11px;
width: 100%;
border: 0px solid #0FA1B8;
background-color: #0FA1B8;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
float: right;
width: 90%;
background-color: #0FA1B8;
font-family: Arial;
font-weight: bold;
font-size: 11px;
}

#vdividermenu ul li{
display: inline;
background-color: #0FA1B8;
font-family: Arial;
font-weight: bold;
}

#vdividermenu ul li a{
float: right;
color: black;
padding-top: 8px;
padding-bottom: 7px;
padding-left: 20px;
text-decoration: none;
background: transparent url(./images/vertical.gif) center right no-repeat;
background-color: #0FA1B8;
font-family: Arial;
font-weight: bold;
font-size: 11px;
}

#vdividermenu ul li a:visited{
color: black;
background-color: #0FA1B8;
font-family: Arial;
font-weight: bold;
font-size: 11px;
}

#vdividermenu ul li a:hover{
font-family: Arial;
font-weight: bold;
font-size: 11px;
color: white;
background-color: #0FA1B8;
}

</style>
