.chromestyle{
float:left;
width: 990px;
height:28px;
margin: 0px 0px 0px 0px;
display:inline; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
float:right;
width: 990px;
height:28px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
text-indent:10px;
line-height:28px;
display:inline; 
}

.chromestyle ul li{
	padding: 0px 0px 0px 0px;

 margin: 0px 0px 0px 3px;
float:left;
display: inline;
width:118px;
height:28px;
background-image:url(../imagens/botao_topo_secundario1.jpg);
background-repeat:no-repeat;
display:inline; 

}

.chromestyle ul li a{
 margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float:left;
color: #FFF;
text-decoration: none;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
display:inline; 


}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
float:left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
display:inline; 

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
  border: 1px solid #162E5A;
  font-size:12px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width: 118px;
visibility: hidden;
background-image:url(../imagens/fundo_drop.jpg);
background-repeat:repeat-y;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #162E5A;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #033979;
}

* html .dropmenudiv a{ /*IE only hack*/
width:118px;
height:28px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFF;
background:#015591;}
