#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-weight: bold;
/* padding: 6px 30px 6px 30px; */
text-decoration: none;
background: #FFFFFF; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 10px;
/*border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
text-transform: uppercase;
line-height:15px;
z-index:100;
background-color: #2b365c;
visibility: hidden;
font-weight: bold;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#BA1B21,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
min-width:100px;
display: block;
text-indent: 5px;
border-bottom: 1px solid #1e2745; 
text-transform: uppercase;
text-decoration: none;
color: #c8c4b4;
font-weight: bold;
white-space:nowrap;
position:relative;
padding-right:7px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #ae916b;
color:#fff;
}


.div_menu_direita
{
float:right;
background:url(../images/fundo_menu_direita.jpg);
width:167px;
height:28px;
}
