.chromestyle{
	width: 100%;
	height: 30px;
	vertical-align:text-top;
	font-weight: bold;
	background: top left url('../template/imagens/template_cabecalho_bg_bts.gif') repeat-x; /*THEME CHANGE HERE*/
}

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

.chromestyle ul{
	border: 0px;
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 7px 3px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/	
}
.chromestyle ul, x:default {padding: 3px 7px 4px 0px;} /*Somente FF - retira 1px do top e coloca 1px no bottom */

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	padding: 6px 10px 8px;
	text-decoration: none;
	border-right: 0px ;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url('../template/imagens/template_bg_bts.gif') center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #cce5ff;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*width: auto;*/
	display: block;
	text-indent: 3px;
	border-top: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 0px 0px 0px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #b2d7ff;
}
.itens_menu{
	cursor:pointer;
}
