/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 750px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	width: 1500px;
	padding: 0px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.laminati a {
	width:242px;
	background-attachment: scroll;
	background-image: url(img/scelta_laminati_ro.jpg);
	background-repeat: no-repeat;
	background-position: 0px -245px;
	height: 245px;
	margin-right: 8px;

}

#imageMenu ul li.laminati2 a {
	width:242px;
	background-attachment: scroll;
	background-image: url(img/scelta_laminati_ro.jpg);
	background-repeat: no-repeat;
	background-position: 0px -245px;
	height: 245px;
	margin-right: 8px;

}

#imageMenu ul li.laminati2 a:hover {
	background-position: 0px 0px;

}


#imageMenu ul li.contenitori a {
	width:242px;
	margin-right: 8px;
	background-image: url(img/scelta_contenitori_ro.jpg);
	background-repeat: no-repeat;
	background-position: 0px -245px;
	height: 245px;
	
}

#imageMenu ul li.contenitori2 a {
	width:242px;
	margin-right: 8px;
	background-image: url(img/scelta_contenitori_ro.jpg);
	background-repeat: no-repeat;
	background-position: 0px -245px;
	height: 245px;
	
}

#imageMenu ul li.contenitori2 a:hover {
	background-position: 0px 0px;
	
}


#imageMenu ul li.riciclo a {
	width:121px;
	margin-right: 8px;
	background-image: url(img/scelta_riciclo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 245px;
	
}

#imageMenu ul li.riciclo2 a {
	width:121px;
	margin-right: 8px;
	background-image: url(img/scelta_riciclo_ro.jpg);
	background-repeat: no-repeat;
	background-position: 0px -245px;
	height: 245px;
	
}

#imageMenu ul li.riciclo2 a:hover {
	background-position: 0px 0px;

	
}


#imageMenu ul li.energia a {
	width: 121px;
	background-image: url(img/scelta_energia.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 245px;
}

#imageMenu ul li.energia2 a {
	width: 121px;
	background-image: url(img/scelta_energia_ro.jpg);
	background-repeat: no-repeat;
	background-position: 0px -245px;
	height: 245px;
}
#imageMenu ul li.energia2 a:hover {
	background-position: 0px 0px;

}




.clear {
	clear: both;
}

/*************************************************************/
