/***
 *** Menus laterais das pginas internas
 ***/



#menu {
	float: left;
	width: auto;		
	min-height: 200px;
	_height: 280px;
	margin-top: 6px;
	
}

#menu h2 {
	display: block;
	height: 15px;
	margin: 0;
	padding: 0 0 0 15px;
	background: #ffffff url("../imagem/lateral/nivel1.gif") 0 0 no-repeat;
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font-size: 11px;
	color: #0f2a57;
}

/* * * * * * * * * *
 * Primeiro nvel
 */

#menu ul li {
	margin: 1px 0 0 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	padding-left: 15px;
	height: 15px;
	background: #ffffff url("../imagem/lateral/nivel2.gif") 0 0 no-repeat;
}

#menu ul li a:hover {
	background-position: 0 -30px;
	text-decoration: none;
}

#menu ul li.ativo a, #menu ul li.ativo a:hover {
	background-position: 0 -15px;
}


/* * * * * * * * * *
 * Segundo Nvel
 */

#menu ul li ul li a {
	background: #e6eef5 url("../imagem/lateral/nivel3.gif") 0 0 no-repeat; /* e6eef5 */
	text-indent: 9px;
	color: #007cc2;
}


/* * * * * * * * * *
 * Terceiro Nvel
 */

#menu ul li ul li ul li a {
	background: transparent url("../../comum/imagem/lateral/nivel4.gif") 0 0 no-repeat;
	text-indent: 9px;
	color: #007cc2;
}
