#vdividermenu ul{
padding: 0;
float: left;
font-weight:bold;
font-size:14px;
margin-top:6px;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 550px;
border:0px solid green;
margin-left:0px;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 2px 7px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
border-right:2px solid white;
}

#vdividermenu ul li a:visited{
color: white;
}

#vdividermenu ul li a:hover{
color: #fb702d;
}
