<style type="text/css">
#menubv {
width: 12em;
padding: 0;
margin: 0;
font: 14px Verdana, sans-serif;	
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid #fbfbfb;
margin: 0;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
border-left: 0px solid #eeeeee;
border-right: 10px solid #dbdbdb;
background-color: #eeeeee;
color: #777777;
text-decoration: none;
}
#menubv li a:hover {
border-left: 0px solid #eeeeee;
border-right: 10px solid #fff;
background-color: #e4e4e4;
color: #777777;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
/* End */
</style>