#imageMenu {
	overflow: hidden;
	margin-top:5px;
	margin-left: 50px;
}

#imageMenu ul {
	list-style: none;	
	}

#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:70px;
	height: 200px;
}

#imageMenu ul li.IlCastelloDeiMisteri a {
	background: url(images/IlCastelloDeiMisteri.jpg) repeat scroll 0%;
}

#imageMenu ul li.PrezzemoloLaZuccaMagica a {
	background: url(images/PrezzemoloLaZuccaMagica.jpg) repeat scroll 0%;
}

#imageMenu ul li.ScaryWelcome a {
	background: url(images/ScaryWelcome.jpg) repeat scroll 0%;
}

#imageMenu ul li.HalloweenCemetary a {
	background: url(images/HalloweenCemetary.jpg) repeat scroll 0%;
}

#imageMenu ul li.HauntingOnIce a {
	background: url(images/HauntingOnIce.jpg) repeat scroll 0%;
}

#imageMenu ul li.HalloweenWesternShow a {
	background: url(images/HalloweenWesternShow.jpg) repeat scroll 0%;
}

#imageMenu ul li.SpiritsParade a {
	background: url(images/SpiritsParade.jpg) repeat scroll 0%;
}

#imageMenu ul li.HalloweenFinalCeremony a {
	background: url(images/HalloweenFinalCeremony.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

