/* CSS Document */
<style type="text/css">
#menubv {
width: 11em;
padding: 0;
margin: 0;
height:60;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
text-indent:15px;
list-style:none;
border-bottom: 2px dotted #A4A989;
}
#menubv li a {
list-style:none;
display: block;
padding: 8px 0px 7px 0px;
background-color: #fff;
color: #40471A;
text-decoration: none;
}
#menubv li a:hover {
list-style:none;
background-color: #E4F18A;
color: #40471A;
}
#menubv li a:active {
list-style:none;
background-color: #E4F18A;
color: #40471A;
}
/* Fix IE. Hide from IE Mac \*/
* html #menubv ul li { float: left; height: 1%; }
* html #menubv ul li a { height: 1%; }
/* End */
</style>
