<style type="text/css">

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

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: right;
font:  Arial, Helvetica, sans-serif;
font-size:10px;
color: #666;
width: 100%;
border: 1px solid #625e00;
background-color: #f9ff91;
}

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

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: right;
color: #666;
padding: 3px 5px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #254B72;
}

#vdividermenu ul li a:hover{
color: #333;
background-color: #E4E4E4;
}

#vdividermenu #current a{ /*currently selected tab*/
background-color: #FF3300; /*Orange color theme*/ 
border-color: #FF3300; /*Orange color theme*/ 
color:#FFF;
}

#vdividermenu #current a:hover{ /*currently selected tab*/
background-color: #000; /*Orange color theme*/ 
border-color: #000; /*Orange color theme*/ 
color: #FF0;
}
#vdividermenu #current0 a{ /*currently selected tab*/
background-color: #333; /*Orange color theme*/ 
border-color: #333; /*Orange color theme*/ 
color: #FF0;
}

#vdividermenu #current0 a:hover{ /*currently selected tab*/
background-color: #F00; /*Orange color theme*/ 
border-color: #F00; /*Orange color theme*/ 
color: #FFF;
}

</style>
