/* CSS Document */

#vdividermenu ul{
margin: 0;
padding-left: 15px;
float: left;
width: 100%;
font-size:14px;
font-weight:100;
}

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

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
text-decoration: none;
width:120px;
padding-top: 15px;
text-align:center;
}

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

#vdividermenu ul li a:hover{
color: white;
background-image:url(IMG/nav-button-over.jpg);
background-repeat:no-repeat;
width: 120px;
height: 30px;
}