.sub_menu {
	font-family: Tahoma;
	font-size: 11px;
	color: 4c687e;
	text-decoration: none;
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 0px;
}
.bots_ok {
	font-family: Tahoma;
	font-size: 11px;
	color: 4c687e;
	text-decoration: none;
	font-weight: bold;
	background-color: #D4DBE1;
	border: 1px solid #48647A;
	height: 21px;
	width: 30px;
}
.texto_vermelho_bold {
	font-family: Tahoma;
	font-size: 12px;
	color: #C10514;
	text-decoration: none;
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 0px;
}
.box_buscas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 4c687e;
	text-decoration: none;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	border: 1px solid #333333;
	height: 20px;
}
.cadastros {
	font-family: Tahoma;
	font-size: 10px;
	color: 4c687e;
	text-decoration: none;
	font-weight: normal;
}
.texto_branco {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
}
.cadastros_bco {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.textos {
	font-size: 11px;
	color: #303E49;
	text-decoration: none;
	font-family: Tahoma;
}
.box_imagenscontato {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-family: Tahoma;
}
.box_forms {
	font-family: Tahoma;
	font-size: 11px;
	color: 4c687e;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #333333;
}


/******************************************************************
					 ESTILO PARA OS DROP DOWN MENUS 
******************************************************************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 255px;
}

#nav a {
	display: block;
	/*width: 10em;*/
	width: 250px;
}

#nav li { /* all list items */
	float: left;
	width: 80em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #E1E6EA;
	padding: 5px;
	border:solid 1px #6D7B8F;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.sub_menu_busca {
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	height: 20px;
	width: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
