<style type="text/css">

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 0em;
float: left;
font: bold 100% Tohoma;
width: 80%;
border: 1px solid #625e00;
background-color: #f9ff91;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 80%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 0px 7px;
text-decoration: none;
background: transparent url(http://thepurplepalace.org/images/vertical.gif) center right no-repeat;
}

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

#vdividermenu ul li a:hover{
color: black;
background-color: #9999CC;
}

</style>
