/* Menu de navegação vertical */
#menu_nav {
	width: 140px;
	background: #ffffff;
	float:left;
	margin: 4px;
	padding-bottom: 4px;

}
UL#menu, UL#menudoc, UL#menutemas {	
	width: 140px;
	margin: 6px 0 10px 0;
	/*border-right: 2px solid gray;*/
	background: #e0dfe3;
}	
UL#menudoc {	
	background: #cccccc;
}

UL#menu LI, UL#menudoc LI, UL#menutemas LI {
	list-style-type: none;
	margin-bottom: 2px;
	padding: 0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

UL#menu LI A, UL#menudoc LI A, UL#menutemas LI A {	
	
	height: 14px;
	text-decoration: none;
	color: #a40603;
	display: block;
	padding: 2px 8px 2px 8px;
	border-bottom: 1px dotted gray;
}	
	
UL#menu LI :hover, UL#menudoc LI :hover, UL#menutemas LI :hover {
	color: #000;
}


UL#menudoc LI A, UL#menutemas LI A {	
	height: auto;
	text-decoration: none;
	color: #a40603;
	display: block;
	padding: 4px 8px;
	border-bottom: 1px dotted gray;
}	

UL#menudoc LI.doctitle A, UL#menutemas LI.temastitle A {	
	height: auto;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 2px;
	border-bottom: 1px solid gray;
	background: #a40603;
	text-align: center;
	text-transform: uppercase;
}
UL#menutemas LI.active A, UL#menudoc LI.active A { 
	color: #000;
	font-weight: bold; 
}	


/* MENU DOS NUCLEOS */
FORM#nucleos {
	width: 140px;
	height: 45px;
	position: static;
}


/* background: #e0dfe3; */