		/* Css Menu */
		body {
			font-size: 0.7em;
		}
		
		#apDiv1 {
		position:absolute;
		left:0;
		top:275px;
		width:100%;
		height:100px;
		z-index:1;
		}
		
		img a, img a:hover {
		border: none;
		}
		
		.horizontal ul{
	    	font-family: Arial, Helvetica, sans-serif;
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.horizontal ul li{
			float: left;
			position: relative;
		}

		.horizontal ul li a {
			text-align: center;
     		padding-top: 6px;
			padding-left: 1px;
			display: block;
			width: 145px;
			text-decoration: none;
			height: 20px;
			overflow: hidden;
			/*border: 1px solid;*/
			border-left: none;
			background: transparent;
			color: #FFFFFF;
		}
		
		.horizontal li li{
			float: none;
			/*border-bottom: 1px solid transparent;*/
			margin-bottom: -1px;
			padding-left: 1px;
		}
		
		.horizontal li li.CT:hover{
			float: none;
			/*border-bottom: 1px solid transparent;*/
			margin-bottom: -1px;
			padding-left: 1px;
			margin-left: 1px;
		}

		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.3em;
			left: -1px;
			margin-top: 11px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			background: #0d5a44;
			/*border: 1px solid;*/
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			/*border-left: 1px solid;*/
		}
		.horizontal ul li a.first{
			/*border-left: 1px solid;*/
		}
		.horizontal ul li li a.first{
			/*border-top: 1px solid;*/
		}
		.horizontal ul li li:first-child>a{
			/*border-top: 1px solid;*/
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}

		.bluewhite li a{
			background-color: white;
			color: #000033;
		}

		.bluewhite li a.first:hover{
			background-color: #88bb00;
			color: #0d5a44;
		}
		
		/*  Pinta os hovers do meio dos li!  */
		.bluewhite li a:hover{
			background-color: #88bb00;
			color: #0d5a44;
			
		}
		
		#NAV li:hover {
		background: #88bb00;
		}

		#NAV li a#image, #NAV li a#image:hover {
		margin: 0px;
		padding-left: 1px;
		background: url(../img/l27esq.gif) no-repeat;
	}

		#NAV li a#imageD, #NAV li a#imageD:hover {
		margin: 0px;
		padding-left: 1px;
		background: url(../img/l27dir.gif) no-repeat;
	}

