/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
float: left;
font-weight: bold;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
background-image: url(images/top_nav_gradation.jpg);
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: rgb(96,124,161);
padding: 2px 15px;
text-decoration: none;
text-transform: uppercase;
background: transparent url(images/spacer.gif) center right no-repeat;
}

#vdividermenu ul li a:hover, #vdividermenu ul li .current {
color: rgb(2,83,148);
}

