/* -------------------------------------------- CSS Menu Display */

#menu_display {
	width: 170px;
	height: auto;
	float: left;
	clear: none;
	text-align: left;
	}
	
#menu_display li {	
	list-style-type: none;
	margin: 3px 0 3px 0px;
	font-size: 11px;
	line-height: 13px;
	}
		
#geral {
	margin-top:5px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 0px;
	padding-left: 0;
	}

/* CSS dos Botões do Menu */

.linkPrinc {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 160px;
	background-image: url(../images/setinha_menu.png);
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
	margin-left: 2px 0 2px 5px;
	padding: 2px 0px 2px 13px;
	border-top: solid 1px #E1ECF7;
	border-bottom: solid 1px #E1ECF7;
}
	
.linkPrinc:hover {
	color: #0A285F; /* COR AZUL ESCURO */
	background-image: url(../images/setinha_menu_open.png);
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
}
	
.mnunivel2 li {
	list-style-type: none; 
	font-size: 11px;
	line-height: 13px;
}
	
.mnunivel2 a {
	width: 160px;
	color: #6F7376;
	font-size: 10px;
	font-weight: bold;
	padding-right: 3px;
	text-decoration: none;
	text-align: right;
	display: block;
	background-color: #E1ECF7; /* COR AZUL CLARO - */
	border-right: solid 3px #147CC0;
	margin-left: -40px;
}
	
.mnunivel2 a:hover {
	color: #FFF;
	background-color: #95BADF; /* COR AZUL CLARO + */
}

/* -------------------------------------------- CSS Menu Interno */

#geral2 {
	margin: 0;
	padding: 0;
}
.titMnCurso {
	width: 147px;
	height: auto;
	line-height: normal;
	color: #E3B500; /* COR AMARELO QUEIMADO */
	font-size: 10px;
	font-weight: bold;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	text-align: left;
	display: block;
	background-image: url(../images/setinha_menu_open_amarela.png);
	background-position: 2;
	background-repeat: no-repeat;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
}

#menu_interno {
	width: 160px;
	height: auto;
	float: left;
	clear: none;
	text-align: left;
	margin: 0 0 0 10px;
	}
	
#menu_interno li {	
	list-style-type: none;
	margin: 3px 0 3px 0px;
	font-size: 11px;
	height: auto;
	line-height: normal;
	}
	
.mnunivel3 li {
	list-style-type: none; 
	font-size: 11px;
	height: auto;
	/*border-left: solid 3px #F4BB00;*/
}
	
.mnunivel3 a {
	width: 160px;
	color: #0A285F; /* COR AZUL ESCURO */
	font-size: 10px;
	font-weight: bold;
	padding: 2px 2px 2px 3px;
	text-decoration: none;
	text-align: left;
	display: block;
	background-color: #E1ECF7; /* COR AZUL CLARO */
	
}
	
.mnunivel3 a:hover {
	color: #FFF;
	background-color: #95BADF;
}

.mnunivel4 li {
	list-style-type: none; 
	font-size: 11px;
	height: auto;
	margin-left: 0;
}

.sup {
	font-size: 9px;
}
	
.mnunivel4 a {
	width: 160px;
	color: #E3B500;; /* COR AMARELO QUEIMADO */
	font-size: 10px;
	font-weight: bold;
	padding: 1px 1px 1px 3px;
	text-decoration: none;
	text-align: left;
	display: block;
	background-color: #EEE /* COR CINZA CLARO */
}
	
.mnunivel4 a:hover {
	color: #FE9B07; /* COR LARANJA */
	background-color: #E5E5E5; /* COR CINZA CLARO - */
}

.setinhaMenu {
	font-size: 12px;
	font-weight: bold;
	color: #E3B500; /* COR AMARELO QUEIMADO */
}


		
