.Titulo_box {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}
.texto_pequeno {
	font-family: Tahoma;
	font-size: 11px;
}

.texto_medio_13 {font-family: Tahoma; font-size: 13px; }

.Titulo01 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	background: #3c6f9a;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	background: #3c6f9a;
	}

li ul {
	position: absolute;
	background: #3c6f9a;
	left: 179px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
        color: #777;
	background: #3c6f9a;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}



a.credenciamento:link {text-decoration: none; color: #000000; font-weight: bold; }
a.credenciamento:visited {text-decoration: none; color: #000000; font-weight: bold; }
a.credenciamento:hover {text-decoration: none; color: #3c6f9a; font-weight: bold; text-decoration: underline;}
a.credenciamento:active {text-decoration: none; color: #000000; font-weight: bold; }
.credenciamento {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }




/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li li:hover ul, li.over ul,
li li.over ul {
display: block;
}
