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

	Image Menu
	v 2.2

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

#contenitore {
	width: 1000px;
	height: 80px;
	background-color:#fff;
	overflow: hidden;
	position: absolute;
	top: 522px;
	padding:2px 0;
}

#imageMenu {
	margin:0px;
	padding:0px;
	position: relative;
	width: 1100px;
	height: 80px;
	background-color:#ebeef7;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 1000px;
	overflow: hidden;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	display:block;
	width: 83px;
	height: 80px;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}


#imageMenu ul li.speroni1 a {
	background: url(images/sl_speroni1_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.speroni1 a:hover {
	background: url(images/sl_speroni1.jpg) repeat scroll 0%;
}

#imageMenu ul li.speroni2 a {
	background: url(images/sl_speroni2_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.speroni2 a:hover {
	background: url(images/sl_speroni2.jpg) repeat scroll 0%;
}

#imageMenu ul li.speroni3 a {
	background: url(images/sl_speroni3_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.speroni3 a:hover {
	background: url(images/sl_speroni3.jpg) repeat scroll 0%;
}

#imageMenu ul li.speroni4 a {
	background: url(images/sl_speroni_circpump_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.speroni4 a:hover {
	background: url(images/sl_speroni_circpump.jpg) repeat scroll 0%;
}

#imageMenu ul li.marina1 a {
	background: url(images/sl_marina1_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.marina1 a:hover {
	background: url(images/sl_marina1.jpg) repeat scroll 0%;
}

#imageMenu ul li.marina2 a {
	background: url(images/sl_marina2_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.marina2 a:hover {
	background: url(images/sl_marina2.jpg) repeat scroll 0%;
}

#imageMenu ul li.marina3 a {
	background: url(images/sl_marina3_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.marina3 a:hover {
	background: url(images/sl_marina3.jpg) repeat scroll 0%;
}

#imageMenu ul li.marina4 a {
	background: url(images/sl_marina4_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.marina4 a:hover {
	background: url(images/sl_marina4.jpg) repeat scroll 0%;
}

#imageMenu ul li.airmec1 a {
	background: url(images/sl_airmec1_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.airmec1 a:hover {
	background: url(images/sl_airmec1.jpg) repeat scroll 0%;
}

#imageMenu ul li.airmec2 a {
	background: url(images/sl_airmec2_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.airmec2 a:hover {
	background: url(images/sl_airmec2.jpg) repeat scroll 0%;
}

#imageMenu ul li.airmec3 a {
	background: url(images/sl_airmec3_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.airmec3 a:hover {
	background: url(images/sl_airmec3.jpg) repeat scroll 0%;
}

#imageMenu ul li.euromatic a {
	background: url(images/sl_euromatic_grey.jpg) repeat scroll 0%;
}
#imageMenu ul li.euromatic a:hover {
	background: url(images/sl_euromatic.jpg) repeat scroll 0%;
}

#imageMenu ul li.eurostar a {
	background: url(images/sl_eurostar_grey.jpg) repeat scroll 0%;
	width: 111px;
}
#imageMenu ul li.eurostar a:hover {
	background: url(images/sl_eurostar.jpg) repeat scroll 0%;
	width: 111px;
}

.clear {
	clear: both;
}

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