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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 990px;
	height: 150px;
	overflow: hidden;
	padding-top: 10px;
	}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 0px solid #000;
	cursor: pointer;
	display:block;
	overflow: hidden;
	width:165px;
	height: 150px;
}

#imageMenu ul li.store a {
	background: url(../img/menu/chi.png) repeat scroll 0%;
}

#imageMenu ul li.showroom a {
	background: url(../img/menu/prodotti.png) repeat scroll 0%;
}

#imageMenu ul li.homedes a {
	background: url(../img/menu/valcucine.png) repeat scroll 0%;
}

#imageMenu ul li.service a {
	background: url(../img/menu/partner.png) repeat scroll 0%;
}

#imageMenu ul li.partner a {
	background: url(../img/menu/homedes.png) repeat scroll 0%;
	}

#imageMenu ul li.contact a {
	background: url(../img/menu/promo.png) repeat scroll 0%;
	
}



.clear {
	clear: both;
}

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


