
		/*this is the css for the horizontal version*/
		.horizontal{
			height: 55px;
			background: url(../images/fondo_nav.jpg) no-repeat;
		}
	
	.horizontal a{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		font-size:12px;
	}
	
		.horizontal ul{
			height:55px;
			list-style-type: none;
			padding: 0px;
			display: block;
		}
		.horizontal li{
			float: left;
			height:55px;
		}
		.horizontal li a{
			height:47px;
			line-height:47px;
			float:left;
			padding:0 40px;
			border-right:1px solid #fff;

		}
		
	.horizontal li li {
			margin:0;	
			padding: 0;		
			height: 47px;	
		}
		
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;	
			padding:0 20px;
		}
		
		.horizontal li ul{
			position: absolute; 
			margin-top: 40px;
			margin-left: -1px;
			width: 157px;
			border: none;
			display: block;
			height: auto;

		}
		

		.horizontal li li ul{
			position: absolute;
			margin-top: 0;
			margin-left: 125px;
			
		}
		.horizontal li ul li a{
		width: 115px;
		border-bottom: 1px solid #fff;

		}
		
	.horizontal li ul.utili{
			width: 137px;
		}
		
		.horizontal li ul li a.link_utili{
		width:95px;
		}
		
		.horizontal li ul li a.link_find_en{
		width:88px;
		}
		
		.horizontal li ul li a.link_utili_en{
		width:77px;
		}
		/*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*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: #E80808;
			color: #FFF;
		}
		.bluewhite li a:hover{
			background-color:#00008B;
			border-color: White;
			color: #FFF;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		
		
