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

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	width: 960px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 400px;
	border-right: 2px solid #fff;
}

#imageMenu ul li.azienda a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.negozi a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/4.jpg) repeat scroll 0%;
}

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

#imageMenu ul li.usato a {
	background: url(images/6.jpg) repeat scroll 0%;
}

#imagemenu iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#lunghezza {
	height: 400px;
}

.clear {
	clear: both;
}

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

