
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#homeads {
	position: relative;
	width: 155px;
	overflow: hidden;
}

#homeads ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:155px;
}

#homeads ul li.uno a {
	background: url(images/ads/speedysun.png) repeat scroll 0%;
	height: 360px;
}

#homeads ul li.due a {
	background: url(images/ads/lettinox10.png) repeat scroll 0%;
	height: 121px;
}

#imageMenu {
	position: relative;
	width: 740px;
	height: 150px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 145px;
	height: 150px;
}

#imageMenu ul li.bagnoturco a {
	background: url(images/bagnoturco.png) repeat scroll 0%;
}

#imageMenu ul li.sauna a {
	background: url(images/sauna.png) repeat scroll 0%;
}

#imageMenu ul li.vasca a {
	background: url(images/vasca.png) repeat scroll 0%;
}

#imageMenu ul li.relax a {
	background: url(images/relax.png) repeat scroll 0%;
}

#imageMenu ul li.solarium a {
	background: url(images/solarium.png) repeat scroll 0%;
}

#imageMenu ul li.pantheon a {
	background: url(images/pantheon.png) repeat scroll 0%;
}

#imageMenu ul li.combi3 a {
	background: url(images/combi3.png) repeat scroll 0%;
}

#imageMenu ul li.enterprise a {
	background: url(images/enterprise.png) repeat scroll 0%;
}

#imageMenu ul li.baobab a {
	background: url(images/baobab.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/