/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 4px;
float: left;
font-weight:bold;
width: 100%;
border: 1px solid #625e00;
background-color: #f9ff91;
}

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

.vdividermenu ul li{
display: inline;
}

.vdividermenu ul li a{
float: left;
color: #000066;
padding: 2px 12px;
text-decoration: none;
background: transparent url(/media/vertical.gif) center right no-repeat;
}

.vdividermenu ul li a:visited{
color: #000066;
}

.vdividermenu ul li a:hover{
color: #000066;
background-color: #ffe84f;
}

.vdividermenu #current a{ /*currently selected tab*/
background-color: #CC0000;
color: white;
}
