@charset "utf-8";
/* CSS Document */

<style type="text/css">
#menubv {
width: 12em;
padding: 0;
margin: 0;
}
#menubv div.borda1{
background-image:url(../img/top_menu.jpg);
height: 11px;
overflow: hidden;
}
#menubv div.borda2{
background-image:url(../img/bottom_menu.jpg);
background-repeat: no-repeat;
height: 13px;
overflow: hidden;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
font-family: "Arial Narrow", Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bolder;
list-style: none;
margin: 0;
}
#menubv li a {
display: block;
padding: 4px 5px 4px 0.5em;
font-weight:bold;
padding-left: 20px;
background-color: #a49f8f;
color: #fff;
text-decoration: none;
}
#menubv li a:hover {
background-color: #efd960;
background-image: url(../img/seta_menu.jpg);
background-repeat: no-repeat;
padding-left: 38px;
color: #888;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
/* End */
</style>