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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 800px;
	height: 350px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a{
	text-indent: -1000px;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:132px;
	height: 350px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #3E3E3E;
}

#imageMenu ul li.primo a {
	background-image: url(images/0001.jpg);
	background-position: center;
}

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

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

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

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

#imageMenu ul li.sesto a {
	background-image: url(images/0006.jpg);
}

#imageMenu ul li.primo a:hover {
	background-image: url(images/shots/0001_h.jpg);
	background-position: center;
}

#imageMenu ul li.secondo a:hover {
	background-image: url(images/shots/0002_h.jpg);
	background-position: center;
}

#imageMenu ul li.terzo a:hover {
	background-image: url(images/shots/0003_h.jpg);
	background-position: center;
}

#imageMenu ul li.quarto a:hover {
	background-image: url(images/shots/0004_h.jpg);
	background-position: center;
}

#imageMenu ul li.quinto a:hover {
	background-image: url(images/shots/0005_h.jpg);
	background-position: center;
}

#imageMenu ul li.sesto a:hover {
	background-image: url(images/shots/0006_h.jpg);
	background-position: center;
}

.clear {
	clear: both;
}
