.menu_main {
	background-color: #D1E0B2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 2px;
}
.menu_voce {

	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 5px;
}
.menu_selected {
	background-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.menu_main A {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menu_main A:hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.menu_voce A {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menu_voce A:hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.menu_selected A {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu_selected A:hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
