
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	left: -20px;
	width: 640px;
	height: 275px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 275px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	/*text-indent: -1000px;*/
	text-indent: -1000px;
	background: #000000 none repeat scroll 0%;
	border-right: 2px solid #000000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:118px;
	height: 275px;
}

#imageMenu ul li.hotel a {
	background: url(images/hotel.jpg) repeat scroll 0%;
}

#imageMenu ul li.arte a {
	background: url(images/arte.jpg) repeat scroll 0%;
}

#imageMenu ul li.sport a {
	background: url(images/sport.jpg) repeat scroll 0%;
}

#imageMenu ul li.gastronomia a {
	background: url(images/gastronomia.jpg) repeat scroll 0%;
}

#imageMenu ul li.benessere a {
	background: url(images/benessere.jpg) repeat scroll 0%;
	width: 325px;
}

.clear {
	clear: both;
}

/*************************************************************/