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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 532px;
	height: 151px;
	overflow: hidden;
	/*border:2px solid red;*/
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	margin-left:4px;
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	/*border-right: 2px solid #fff*/;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:88px;
	height: 125px;
}

#imageMenu ul li.storia a {
	background: url(images/storia-marmi-graniti-taviano.png) repeat scroll 0%;
}

#imageMenu ul li.produzione a {
	background: url(images/produzione-aziendale-erremarmi.png) repeat scroll 0%;
	/*width: 310px;*/
}

#imageMenu ul li.creazioni a {
	background: url(images/creazioni-in-marmo-e-granito.png) repeat scroll 0%;
}

#imageMenu ul li.materiali a {
	background: url(images/materiali-marmo-granito.png) repeat scroll 0%;
}

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

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

.clear {
	clear: both;
}

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

