
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 645px;
	height: 150px;
	overflow: hidden;
	margin:0; padding:0;
}



#imageMenu ul {
	list-style: none;
	margin: 0px auto 0 3px; padding:0;
	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:126px;
	height: 150px;
	text-decoration:none;
}

#imageMenu ul li.landscapes a {
	background: url(images/albergo.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/camere.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/internet-cafe.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/estate.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/valdisole.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


