<style type="text/css">


#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: center;
font: bold 100% Tohoma;
width: 100%;
border: 1px solid #625e00;
background-color: #f9ff91;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #3C3C2D;
padding: 2px 11px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #3C3C2D;
}

#vdividermenu ul li a:hover{
color: #3C3C2D;
background-color: #CED0BC;
}

#vdividermenu a#current{
	background-color: #CED0BC;
	color: #3C3C2D;
}

</style>



a.highlight_link { 
font-family : tahoma;
font-size : 9px;
color : #201B18;
text-decoration : none;
} 
a.highlight_link:hover { 
font-family : tahoma;
font-size : 8px;
line-height : 18px;
color : #201B18;
text-decoration : none;
font-weight:bold;
} 
a.red_links { 
font-family : tahoma;
font-size : 8px;
line-height : 18px;
color : #201B18;
text-decoration: none;

} 
a.red_links:hover { 
font-family : tahoma;
font-size : 8px;
line-height : 18px;
color : #677F02;
text-decoration : underline;
}