
				.horizontal ul{
				
	
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		
		}
		.horizontal li a{
		background:#FFFFFF;
			text-decoration: none;
			height: 12px;;
			float: left;
			display: block;
			width: 117px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
		background:#FFFFFF;
			position: absolute; 
			margin-top: 15px;;
			margin-left: 0px;
			width: 117px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 0px;
		}
		.horizontal li ul li a{
		width: 117px;
		margin-left:-1px;
		
		}
		/*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;
			margin: 0;
		}
		/*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: 75%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		
		
		
		
		
		/*COLORE MENU*/
	
		.greenwhite li a{
			background-color:#ffffff;
			color: #000033;
		
			border-color: #000033;
			margin: 0;
		}
		.greenwhite li a:hover{
			background-color: #d2e4d8;
			color: #000000;
			border-color: #000033;
			margin-left: -1;
		}
		.greenwhite ul{
			border-color: #000033;
			text-align:center;
			width:960px;
			margin:0 auto;
			
		
		}