.menuPrincipal {
	background-color: #006600;
	/* Box Model Hack para consertar a diferenca do IE5.0 e IE5.5 em relacao ao IE6.0 */
	width:154px;
	padding-top: 2px;
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #4A864A;
	margin-right: 2px;
}
/* Box Model Hack para consertar a diferenca do IE5.0 e IE5.5 em relacao ao IE6.0 */

.menuPrincipal ul li {
	background-image: url(images/seta01.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	list-style-type: none;
	background-color: #4A864A;
	vertical-align: middle;
	line-height: 16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:10px;
}
.menuPrincipal ul li a {
	margin-left: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menuPrincipal ul li a:hover {
	margin-left: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.active h1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	background-color: #4A864A;
	height: auto;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom:3px;
	background-image: url(images/seta02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:10px;
}

.active ul li {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 10px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A864A;
	background-color: #5E9B5E;
	background-image: none;
	vertical-align: middle;
	padding-bottom: 4px;
	padding-top: 5px;


}

.active ul li a {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
.active ul li a:hover {

	font-family: Verdana;
	font-size: 9px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}

.active h1 a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}
.active h1 a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}


/* -------- correções para menu exibir links com 2 linhas ----- */

.active ul li {
	margin-left: 0px;
	padding-left: 15px;
	height: auto;
	line-height: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	vertical-align: inherit;
}


.active ul li a {
	padding: 0px;
	margin-left: 0px;
}

.active ul li a:hover {
	padding: 0px;
	margin-left: 0px;
}

