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

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

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
width:205px;
height:67px;
float: left;
color: #4e4e4e;
padding: 1px 10px;
text-decoration: none;
background: transparent url(/media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #4e4e4e;
}

#vdividermenu ul li a:hover{
color: white;
background-color: #ffe84f;
background: transparent url(/media/index_bg_menu.png) top left repeat-x;
}
