/* CSS Style for Horizontal Menu */	
#hor {
	list-style:none;
	padding:0;
	margin:0;	
}

	#hor li {
		float:left;
		padding:5px;
	}

	#hor a {
		display:block;
		height: 12px;
		text-indent:-1000em;
	}
			
	#hor a.home {
		width:50px; 
		background:url('../Images/home.gif') no-repeat 0 0;	
	}

	#hor a.progetto {
		width:94px; 
		background:url('../Images/pagina progetti/progetti.gif') no-repeat 0 0;	
	}

	#hor a.documenti {
		width:104px; 
		background:url('../Images/pagina progetti/documenti.gif') no-repeat 0 0;	
	}

	#hor a.eventi {
		width:63px; 
		background:url('../Images/pagina progetti/eventi.gif') no-repeat 0 0;	
	}

	#hor a.amministrazione {
		width:155px; 
		background:url('../Images/pagina progetti/amministrazione.gif') no-repeat 0 0;	
	}
			
	#hor a.chisiamo {
		width:90px; 
		background:url('../Images/chisiamo.gif') no-repeat 0 0;	
	}

	#hor a.contatti {
		width:94px; 
		background:url('../Images/contatti.gif') no-repeat 0 0;	
	}
	
	#hor a.link {
		width:50px; 
		background:url('../Images/link.gif') no-repeat 0 0;	
	}
/* CSS Style for Vertical Menu */	
	
#ver {
	list-style:none;
	padding:0;
	margin:0;	
}
		
	#ver li {
		padding:2px;	
	}
		
	#ver li a {
		display:block;
		height:12px;
		text-indent:-999em;
	}			
			
	#ver a.home {
		width:47px; 
		background:url(hHome.gif) no-repeat 0 0;	
	}

	#ver a.download {
		width:95px; 
		background:url(hDownload.gif) no-repeat 0 0;	
	}
			
	#ver a.contact {
		width:74px; 
		background:url(hContact.gif) no-repeat 0 0;	
	}
			
			
	.clear {
		clear:both;	
	}	


