		/*this is the css for the vertical version*/
		.vertical ul{
			margin:0 0 0 0;
			list-style-type: none;
			height:auto;
			padding: 0;
			width: 175px;
		}
		
		.vertical li {
			height:auto;
		}
		
		.vertical li a{
			white-space: nowrap;
			display: block;
			min-width: 175px;
			/*width:auto;*/
			text-decoration: none;
			line-height:32px;
			padding: 0px 0px 0 0;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			width:auto;
			position: absolute;
			margin-top: -36px;
			margin-left: 178px;
			background-color:transparent;
			display:none;
			border-top:1px double #fff;
			border-right:1px double #fff;
			border-bottom:1px double #fff;	
		}

		
		/*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*/
		
		.verdebranco ul{
			height:auto;
			border-color: #322f31;
		}
		.verdebranco li a{
			font-size:13px;
			font-weight:bold;
			background-color: #322f31;
			color: white;
			border:2px solid #322f31;
			font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;

		}
		
		.verdebranco li ul li a{
			background-color: #322f31;
			text-align:center;
			color:#fff;
		}
		
		.verdebranco li ul li a:hover{
			background-color: #322f31;
			text-align:center;
			color:#3fe315;
		}
		.verdebranco li a:hover{
			background-color: #322f31;
			color: white;
			border-top:2px solid #3fe315;
			border-bottom:2px solid #3fe315;
			
		}


