
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/



#container {
	width: 960px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#imageMenu {
	position: relative;
	width: 960px; /*largh. iniz. menu*/
	height: 225px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 225px;
	width: 1100px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -100px;  
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:190px; /* largh. da chiuso = (largh.iniz / nr.labels_menu) - 2px */
	height: 225px;
}

#imageMenu ul li.home a {
	background: url(../images/home_menu.jpg) repeat scroll 0%;

}

#imageMenu ul li.attivita a {
	background: url(../images/atti_menu.jpg) repeat scroll 0%;
}

#imageMenu ul li.segreteria a {
	background: url(../images/segr_menu.jpg) repeat scroll 0%;
}

#imageMenu ul li.identita a {
	background: url(../images/iden_menu.jpg) repeat scroll 0%;
}

#imageMenu ul li.fgal a {
	background: url(../images/fgal_menu.jpg) repeat scroll 0%;
	/*width: 360px;*/
}

.clear {
	clear: both;
}

/*************************************************************/


