<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 100;
padding: 0;
/*margin-bottom: 1em;*/
float: left;
font:bold 90% Verdana;
width: 100%;
/*border: 1px solid #625e00;*/
/*background-color: #8DBEE2;*/
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
margin: 1px;
margin-left: 13px;
padding: 0px;
width: 100%;
float:right;
}

#vdividermenu ul li{
display: inline;
width:100%;
}

#vdividermenu ul li a{
float: left;
color: white;
padding-left:30px;
padding-right:30px;
padding-bottom:6px;
padding-top:8px;
text-decoration: none;
background-color:#8DBEE2;
}

#vdividermenu ul li a:visited{
color: white;
}

#vdividermenu ul li a:hover{
color: #0591C8;
background-color: #DDE7EE;
}

</style>