
a {
	text-decoration: none;
	color:#00AEEF;
}

a:hover {
	color:#808080;
}


.menu_lat ul > ul  {
	margin: 0;
	padding: 0;
}

/* MENU LATERAL LINKS ENTIDADES */

 .menu_lat .menu {
	width: 340px;
	height: auto;
	line-height: 25px;
}

.menu_lat .menu {
	padding:10px 0px 22px 0px;
}
.menu_lat .menu li.parent  {
	list-style:none;
	text-indent:none;
	margin-top:1px;
	padding: 0;	
	/*width:330px;*/
}

.menu_lat li {
	background-color:#f4f4f4;
	margin-top: 1px;
	}

.menu_lat .menu > li > a {
/*	background: #E8E8E8; /* for non-css3 browsers */
	font-size: 0.900em;
	width: auto;
	padding:  8px 8px;
	display: block;
	position: relative;
	color: #000;
}

/* MENU LATERAL 1º NÍVEL */

.menu_lat .menu > li.parent {

 	background: -webkit-linear-gradient(top, #e8e8e8, #EDEDED); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #e8e8e8, #EDEDED); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #e8e8e8, #EDEDED); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #e8e8e8, #EDEDED); /* Standard syntax (must be last) */
}

/* MENU LATERAL 1º NÍVEL HOVER */

.menu_lat .menu > li.parent > a:hover, .menu_lat .menu > li.parent > a.active {
	background: -webkit-linear-gradient(left, #2493C2, #989898); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2493C2, #989898); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2493C2, #989898); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2493C2, #989898); /* Standard syntax (must be last) */

	/*background: #00AEEF; /* for non-css3 browsers */
	color: #fff;
}

.menu_lat .menu > li > a:hover, .menu_lat .menu > li > a.active {
	background: -webkit-linear-gradient(left, #00AEEF, #A0A2A5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #00AEEF, #A0A2A5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #00AEEF, #A0A2A5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #00AEEF, #A0A2A5); /* Standard syntax (must be last) */

	/*background: #00AEEF; /* for non-css3 browsers */
	color: #fff;
}


.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
 	background-position: -38px -38px;
}
.item5 > a:before {
 	background-position: -76px 0;
}
.menu_lat .menu > li > a span {
	font-size: 0.800em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	font-weight: 500;
}


/* MENU LATERAL 2º NÍVEL - HOVER */

.menu_lat .menu > li > ul li:hover > a, .menu_lat .menu > li > ul li:hover > a.active{
	background: -webkit-linear-gradient(left, #00AEEF, #A0A2A5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #00AEEF, #A0A2A5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #00AEEF, #A0A2A5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #00AEEF, #A0A2A5); /* Standard syntax (must be last) */
	color: #FFF;
	}

.menu_lat .menu ul li > a{
	border-bottom: 1px #FFF solid;
	width: auto;
	padding:  8px 18px;
	display: block;
	position: relative;
	font-size: 0.900em;
	color: #000;
	background:#F4F4F4;
}

/* MENU LATERAL 3º NÍVEL */


.menu_lat .menu > li > ul li > ul li a:before {
	color: #000;
	content:close-quote;
}

.menu_lat .menu > li > ul li > ul li > a{
	padding-left:30px;
	content:close-quote;
	background-color: #f9f9f9;
}

/* MENU LATERAL 3º NÍVEL - HOVER */

.menu_lat .menu > li > ul li > ul li:hover > a{
	padding-left:30px;
	background: -webkit-linear-gradient(left, #2FC1FF, #B3B3B3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2FC1FF, #B3B3B3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2FC1FF, #B3B3B3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2FC1FF, #B3B3B3); /* Standard syntax (must be last) */
	color: #fff;
	}

.menu_lat .menu .item-388, .item-389, .item-390, .item-391, .item-392 {
	display:none;
	}

.menu_lat .menu > li  > ul li > ul li:hover a{
	background-color:#f9f9f9;
	}

.menu_lat .menu ul > li > a span {
	font-size: 0.857em;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
}

/* MENU RESPONSIVE  */


#responsive > li > a {
	background: #F7F7F7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#F1F1F1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F1F1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E8E8E8,  #F1F1F1); /* for firefox 3.6+ */
	font-size: 0.900em;
	width: auto;
	padding:  8px 16px;
	display: block;
	position: relative;
	color: #000;
}
#responsive ul li > a{
	border-bottom: 1px solid #efeff0;
	width: auto;
	padding:  8px 18px;
	display: block;
	position: relative;
	font-size: 0.900em;
	color: #000;
	background:#f9f9f9;
}


#responsive  > li > a:hover, #responsive > li > a.active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#00AEEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00AEEF), to(#00AEEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00AEEF,  #00AEEF); /* for firefox 3.6+ */

	background: #00AEEF; /* for non-css3 browsers */
	color: #fff;
}
#responsive  > li > a.active {
	background: #00AEEF; /* for non-css3 browsers */
	color: #fff;
}
#responsive  > li > a:before {
	content: '';
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
 	background-position: -38px -38px;
}
.item5 > a:before {
 	background-position: -76px 0;
}
#responsive  > li > a span {
	font-size: 0.800em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	font-weight: 500;
}

#responsive  > li > ul li > a:hover
 {
	background-color:#33CCFF;
	color: #fff;
}

#responsive  > li > ul li:hover > a{
	background-color:#33CCFF;
	color: #FFF;
	}



#responsive  > li > ul li > ul li a:before {
	color: #000;
}

#responsive  > li > ul li > ul li > a{
	text-indent:15px;
}

#responsive  > li > ul li > ul li:hover > a{
	text-indent:15px;
	background-color:#44DDFF;
	color: #fff;
	}


/* Para as páginas dos membros do CA não aparecerem no Mapa do Site */

.item-388, .item-389, .item-390, .item-391, .item-392 {
	display:none;
}

#responsive ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
}