/* MENU SUPERIOR */

#menu_sup {
	text-align: center;
	list-style: none;
}

#menu_sup li {
	background-color: #DCE6DB;
	color: #006F2F;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#menu_sup li a {
	text-decoration: none;
	background-color: inherit;
	color: #006F2F;
}

#menu_sup li a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #F05A7D;
}


#menu_sup li ul {
	display: none;
	position: absolute;
}

#menu_sup li > ul {
	top: 30px;
	left: -1px;
	z-index: 1;
}

#menu_sup li:hover ul, a.over ul {
	display: block;
}

#menu_sup li ul li {
	border-top: 0px;
	border-right: 1px solid #005117;
	border-bottom: 1px solid #005117;
	border-left: 1px solid #005117;
	width: 90px;
	height: 17px;
	padding: 6px 10px 4px 10px;
	text-align: left;
	background-color: #00B738;
}

#menu_sup li ul li:hover {
	border-top: 0px;
}

/* MENU LATERAL */

#menu_lat {
	width: 200px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

#menu_lat li {
	width: 180px;
	background-color: inherit;
	color: #427A57;
	padding: 0px 0px 0px 20px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#menu_lat li a {
	text-decoration: none;
	background-color: inherit;
	color: #427A57;
}

#menu_lat li a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #F05A7D;
}

#menu_lat .titulo {
	width: 200px;
	text-align: left;
	background-color: #DCE6DB;
	border-top: 1px solid #427A57;
	border-bottom: 1px solid #427A57;
	color: #427A57;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
}
html > body #menu_lat .titulo {
	width: 190px;
}