.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(/BAlvorada/WebSite/comum/Menu/chromebg2.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(/BAlvorada/WebSite/comum/Menu/chromebg2-over.gif) center center repeat-x; 
}

.chromestyle ul li a[rel]:after{ 
content: " v";
}


.dropmenudiv{  
position:absolute;
top: 0;
line-height:18px;
z-index:100;
width: 165px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
; background-image: url(/BAlvorada/WebSite/comum/BackSubMenu.png); }




.dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    text-decoration: none;
    font-size: 11px;
    color: #b8bfc9;
    font-family: tahoma;
    background-position: 10px 10px;
    padding-left: 20px;
    background-image: url(/BAlvorada/WebSite/comum/SubMenuSeta.gif);
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: #000000 1px solid;
}

.dropmenudiv a:hover
{
    background-position: 15px 10px;
}