#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font-family:Verdana, Geneva, Arial;
width: 100%;
border: 1px solid #625e00;
background-color: #ffff33;

}

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

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color:#336699;
padding: 2px 12px;
text-decoration: none;
font-family:Verdana, Geneva, Arial;

}

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

#vdividermenu ul li a:hover{
color: black;
background-color: #ffe84f;
}
#vdividermenu {height:25px;}