
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


 ul.menu{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}  


#imageMenu {
	position: relative;
	width: 570px;
	height: 213px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 210px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:112px;
	height: 210px;
}

#imageMenu ul li.advertising a {
	background: url(images/advertising.jpg) repeat scroll 0%;
}

#imageMenu ul li.eventi a {
	background: url(images/eventi.jpg) repeat scroll 0%;
}

#imageMenu ul li.stillife a {
	background: url(images/stillife.jpg) repeat scroll 0%;
}

#imageMenu ul li.world a {
	background: url(images/world.jpg) repeat scroll 0%;
}

#imageMenu ul li.industrial a {
	background: url(images/industrial.jpg) repeat scroll 0%;
	width: 320px;
}

.clear {
	clear: both;
}

/*************************************************************/

