.chromestyle{
width: 100%;
font-weight: bold;
float:left
background: url(../images/fundoMenu.jpg) no-repeat;
background-repeat:repeat-x;
height:30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-align: center; /*set value to "left", "center", or "right"*/
background: url(../images/fundoMenu.jpg) no-repeat;
background-repeat:repeat-x;
color: #ffffff;
height: 30px;
width:880px;
float:right;
margin:auto;
}

.chromestyle ul li{
display: inline;
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
}

.chromestyle ul li a{
color: #ffffff;
height:30px;
float:left; 
text-align:center; 
padding-top:3px; 
padding-right:20px; 	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
height:30px;
color: #ffffff;
text-decoration: underline;
text-align:center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color:#1872B2;
width: 190px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0 5px 5px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2781C0;
}

