@charset "utf-8";
/* CSS Document */

#vdividermenu ul{
margin: 0;
padding: 0;
float: left;
/*font-size: 0.75em;
font-family: "Myriad Pro";*/
font-family: Verdana;
font-size: 0.688em;
width: 100%;
background: url(menu_bg.png) top repeat-x;

}

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

#vdividermenu ul li{
display: inline;

}

#vdividermenu ul li a{
float: left;
color: #FFFFFF;
padding: 2px 26px 2px 26px;
text-decoration: none;
background: transparent url(menu_space.png) center right no-repeat;
}

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

#vdividermenu ul li a:hover{
color: #FFFFFF;
text-decoration: underline;
}


