		/*this is the css for the vertical version*/
		.vertical ul{
			margin:0 0 0 0;
			list-style-type: none;
			height:auto;
			padding: 0;
			width: 165px;
			text-align:right;
		}
		
		.vertical li {
			height:auto;
			text-align:right;
			
		}
		
		.vertical li a{
			white-space: nowrap;
			display: block;
			min-width: 111px;
			/*width:auto;*/
			text-decoration: none;
			line-height:28px;
			padding: 0px 0px 0 0;
			text-align:right;
			
			
		}
		
		.vertical li a:hover{
			text-decoration:none;
		}
		
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
			text-align:right;
		}
		.vertical li ul{
			width:auto;
			position: absolute;
			margin-top: -28px;
			margin-left: 148px;
			display:none;
			background: url(../imagens/fundo_menu.gif) repeat;
				
		}

		
		/*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*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;

		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		
		.milpalestras ul{
			margin-top: 12px;
			height:auto;
			border-color: #fff;
			
		}
		.milpalestras li a{
			width:auto;
			font-size:13px;
			font-weight:bold;
			color: #009598;
			text-align:right;
			/*font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;*/

		}
		
		.milpalestras li ul li a{
			background-color: #009598;
			border:1px solid #000;
			margin:1px;
			text-align:center;
			color:#fff;
			width:170px;
			height:24px;
			line-height:24px;
		}
		
		.milpalestras li ul li a:hover{
			text-decoration:none;
			text-align:center;
			color:#fff;
		}
		.milpalestras li a:hover{
			color:#fff;
			text-decoration:none;
		}
	
		
#topo .link1 {
	color:#009598;
	margin:0px 0px 0 12px;
	padding:0 16px 0 0px;
	text-align:right;
}

#topo .link1:hover {
	color:#fff;
	background: url(../imagens/fundo_agenda.gif) no-repeat left;
	text-decoration:none;
}


#topo .link2 {
	color:#009598;
	margin:0px 0px 0 8px;
	padding:0 18px 0 0;
	text-align:right;
	
}

#topo .link2:hover {
	color:#fff;
	background: url(../imagens/fundo_servicos.gif) no-repeat left;
	text-decoration:none;
}

#topo .link3 {
	color:#009598;
	margin:0px 0px 0 4px;
	padding:0 20px 0 0;
	text-align:right;
	
}

#topo .link3:hover {
	color:#fff;
	background: url(../imagens/fundo_sobreosite.gif) no-repeat left;
	text-decoration:none;
}

#topo .link4 {
	color:#009598;
	margin:0px 0px 0 3px;
	padding:0 25px 0 0;
	text-align:right;
}

#topo .link4:hover {
	color:#fff;
	background: url(../imagens/fundo_faleconosco.gif) no-repeat left;
	text-decoration:none;
}

#topo .link5 {
	color:#009598;
	margin:0px 0px 0 -2px;
	padding:0 30px 0 0;
	text-align:right;
}

#topo .link5:hover {
	color:#fff;
	background: url(../imagens/fundo_faq.gif) no-repeat left;
	text-decoration:none;
}

