.chromestyle{
	width: 99%;
	font-size: 18px;
	text-decoration: none;
}
.chromestyle:hover	{
	color: #00AFEF;
}

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

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

.dropmenudiv{
	margin-top: 7px;
	width: 180px;
	position:absolute;
	top: 0;
	line-height:30px;
	z-index:100;
	background-image: url(../imagens/fundo_submenu.png);
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: center;
}


.dropmenudiv a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: auto;
	height: 30px;
	display: block;
	text-indent: 3px;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #DB5D20;
	color: #FFF;
}


