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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 820px;
	height: 200px;
	overflow: hidden;
	border: 0px solid #ff0000;
	padding: 0px;
	margin: 0px;
}


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

#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:162px;
	height: 200px;
}

#imageMenu ul li.storia a {
	background: url(images/bkg_menu_storia2.jpg) bottom left no-repeat;
}

#imageMenu ul li.forma a {
	background: url(images/bkg_menu_forma2.jpg) bottom left no-repeat;
}

#imageMenu ul li.collezione a {
	background: url(images/bkg_menu_collezione2.jpg) bottom left no-repeat;
}

#imageMenu ul li.novita a {
	background: url(images/bkg_menu_novita2.jpg) bottom left no-repeat;
}

#imageMenu ul li.contatti a {
	background: url(images/bkg_menu_contatti2.jpg) bottom left no-repeat;
	width: 310px;
}
#imageMenu ul li.storia_en a {
	background: url(images/bkg_menu_storia2_en.jpg) bottom left no-repeat;
}

#imageMenu ul li.forma_en a {
	background: url(images/bkg_menu_forma2_en.jpg) bottom left no-repeat;
}

#imageMenu ul li.collezione_en a {
	background: url(images/bkg_menu_collezione2_en.jpg) bottom left no-repeat;
}

#imageMenu ul li.novita_en a {
	background: url(images/bkg_menu_novita2_en.jpg) bottom left no-repeat;
}

#imageMenu ul li.contatti_en a {
	background: url(images/bkg_menu_contatti2_en.jpg) bottom left no-repeat;
	width: 310px;
}


#imageMenu.due, #imageMenu.due ul, #imageMenu.due ul li a {
	height: 110px;
}

.clear {
	clear: both;
}

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


