@charset "utf-8";
/* CSS Document */

/* MENU HORIZONTAL */

div#menulist_root-ma-azul {
	margin: 0 0 0 43px;
	/*width:344px;*/
	height:22px !important;
	height/**/:/**/22px;
	height:22px;
	}

ul.mainlevel-ma-azul, .mainlevel-ma-azul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

ul.mainlevel-ma-azul ul {
	z-index: 110;
}

ul.mainlevel-ma-azul ul ul {
	z-index: 110;
}

ul.mainlevel-ma-azul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	border-right: 1px solid #bbbbbb;
}

ul.mainlevel-ma-azul li li {
	position: relative;
	width: 150px;
	margin: 0;
}

ul.mainlevel-ma-azul li li ul {
	left: 10em;
	top: 0;
}

ul.mainlevel-ma-azul ul {
	display: none;
	position: absolute; 
	top: 21px;
	left: 0;
}

ul.mainlevel-ma-azul li > ul {
	top: 21px;
	left: 0;
}

ul.mainlevel-ma-azul li:hover ul,
ul.mainlevel-ma-azul li.hover ul {
	display: block;
}

ul.mainlevel-ma-azul li:hover ul ul,
ul.mainlevel-ma-azul li.hover ul ul {
	display: none;
}

ul.mainlevel-ma-azul li:hover ul li:hover ul,
ul.mainlevel-ma-azul li.hover ul li.hover ul {
	display: block;
}

ul.mainlevel-ma-azul, ul.mainlevel-ma-azul li li {
	clear: left;
}

/** separator 
span.mainlevel-ma-azul, span.sublevel-ma-azul {
	border-width: 0px;
	padding: 5px;
}*/

/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */

/** customize colors here */

a.mainlevel-ma-azul, a.mainlevel_current-ma-azul {
	margin: 0;
	padding: 2px 2px 0 2px;
	width:103px !important;
	width/**/:/**/107px;
	width:103px;
	height:20px !important;
	height/**/:/**/22px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	text-decoration: none;
	float:left;
	display: inline;
	color:#666666;
}

a.mainlevel_active-ma-azul {
	margin: 0;
	padding: 2px 2px 0 2px;
	width:103px !important;
	width/**/:/**/107px;
	width:103px;
	height:20px !important;
	height/**/:/**/22px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	text-decoration: none;
	float:left;
	display: inline;
	background-color:#eb1e25;
	color:#ffffff;
}

a.mainlevel-ma-azul2, a.mainlevel_current-ma-azul2 {
	margin: 0;
	padding: 2px 2px 0 2px;
	width:133px !important;
	width/**/:/**/137px;
	width:133px;
	height:20px !important;
	height/**/:/**/22px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	text-decoration: none;
	float:left;
	display: inline;
	color:#666666;
}

a.mainlevel_active-ma-azul2 {
	margin: 0;
	padding: 2px 2px 0 2px;
	width:133px !important;
	width/**/:/**/137px;
	width:133px;
	height:20px !important;
	height/**/:/**/22px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	text-decoration: none;
	float:left;
	display: inline;
	background-color:#eb1e25;
	color:#ffffff;
}

a.mainlevel-ma-azul:hover {
	color:#333333;
}

a.sublevel-ma-azul, a.sublevel_active-ma-azul, a.sublevel_current-ma-azul,
a.sublevel-ma-azul:link, a.sublevel_active-ma-azul:link, a.sublevel_current-ma-azul:link,
a.sublevel-ma-azul:visited, a.sublevel_active-ma-azul:visited, a.sublevel_current-ma-azul:visited {
	background-color: #cccccc;
	border-bottom: dotted 1px #a2a8a4;
	color:#666666;
}

a.sublevel-ma-azul:hover, a.sublevel_active-ma-azul:hover, a.sublevel_current-ma-azul:hover {
	background-color: #999999;
	color:#ffffff;
}

a.sublevel-ma-azul, a.sublevel_active-ma-azul, a.sublevel_current-ma-azul, span.sublevel-ma-azul,
a.sublevel-ma-azul:link, a.sublevel_active-ma-azul:link, a.sublevel_current-ma-azul:link,
a.sublevel-ma-azul:visited, a.sublevel_active-ma-azul:visited, a.sublevel_current-ma-azul:visited,
a.sublevel-ma-azul:hover, a.sublevel_active-ma-azul:hover, a.sublevel_current-ma-azul:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
	line-height: 1em;
}

a.sublevel-ma-azul, a.sublevel_active-ma-azul, a.sublevel_current-ma-azul, span.sublevel-ma-azul {
	font-size: 90%;
	border-top: 0px solid silver;
}

