@charset "utf-8";
/* CSS Document */

<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: left;
font: bold 100% Tohoma;
width: 100%;
border: 1px solid #402e00;
background-color: #a2dce7;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #402e00;;
padding: 2px 12px;
text-decoration: none;
background: url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color:#402e00;;
}

#vdividermenu ul li a:hover{
color: #402e00;;
background-color: #a2dce7;
}

</style>
