		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 0px solid;
			display: block;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		
		.horizontal li a{
			text-decoration: none;
			height: 13px;
			float: left;
			display: block;
			padding: .6em 1px;
			border: 0px solid;
			border-left: none;
			font-family: Lucida Sans;
			font-size: 11px;
			background-image: url("/imagens/menu3_a.png");
			background-repeat: no-repeat;
			color: #2d2e2e;
			border-color: #000033;
		}
		.horizontal li a:hover{
			background-image: url("/imagens/menu3_b.png");
			background-repeat: no-repeat;
			color: #2d2e2e;
			border-color: #000033;
		}
		
		.menu1a{
			text-decoration: none;
			height: 13px;
			float: left;
			display: block;
			padding: .6em 1px;
			border: 0px solid;
			border-left: none;
			font-family: Lucida Sans;
			font-size: 11px;
			background-image: url("/imagens/menu3_a.png");
			background-repeat: no-repeat;
			color: #2d2e2e;
			border-color: #000033;
			background-position: -1px 0px;
	}
		.menu1a:hover{
			background-image: url("/imagens/menu3_b.png");
			background-repeat: no-repeat;
			color: #2d2e2e;
			border-color: #000033;
			background-position: -1px 0px;
		}
		
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 22px;
			padding-top: 4px;
			padding-left: 1px;
			margin-left: -1px;
			width: 60px; 
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
	
		.horizontal li li ul{
			position: absolute;
			padding-top: 20px;
		}
		.horizontal li ul li a{
			width: 100px;
			height: 12px;
			padding: 5px 0px 4px 0px;
			border: 0px solid;
			background-image: url("/imagens/menu2_a.jpg");
			background-repeat: no-repeat;
		}
		.horizontal li ul li a:hover{
			background-image: url("/imagens/menu2_b.jpg");
			background-repeat: no-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;
		}