@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#vdividermenu ul{
margin: 0 auto;
padding: 0;
margin-top: 1em;
float: left;
font-family: Verdana, Geneva, Tahoma, Myriad, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
/* font: bold 100% Tahoma; */
width: 100%;
height: 10px;
/* border: 1px solid #625e00; */
/* background-color: #dcf0f6; */
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float:left;
color: #660000;
padding: 2px 12px;
text-decoration: none;
/* background: transparent url(media/vertical.gif) center right no-repeat; */
}

#vdividermenu ul li a:visited{
color: #660000;
}

#vdividermenu ul li a:hover{
color: #836448;
/* background-color: #dcf0f6; */
}

</style>
