.chromestyle
{
	width: 100%; 
       align: center;
	
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul
{
	height: 16px;
	border: 0px solid #FF8C01; /* BORDA DO MENU */
	width: 760px;
	background-color: #FF8C01;
	padding: 4px 1 0 0px; /* ESPAÇAMENTO VERTICAL DO MENU */
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
    text-decoration: none;
}

.chromestyle ul li
{
	display: inline;
	border: 0px;
	color: #FFFFFF;
	padding:5px 0 0 5px;
	margin: 0;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9px; 
}

.chromestyle a:link, .chromestyle a:visited, .chromestyle a:hover
{
	border: 0px;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenu2div
{
	position: absolute;
	top: 0;
	border: 0px solid #FF8C01; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	text-decoration: none !important;
	font:normal 9px Tahoma; 
	line-height: 15px;
	z-index: 110;
	background-color: #FF8C01;
	width: 138px;
	display: block;
	visibility: hidden;
	
}

.dropmenu2div a:link, .dropmenu2div a:visited
{   
    font:normal 9px Tahoma; 
	border-bottom-width: 0;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #FF8C01; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	/*color: #000000;*/
}

.dropmenu2div a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font:normal 9px Tahoma; 
}

* html .dropmenu2div a{ /*IE only hack*/
   width: 100%;
}
