#imageMenu {
	overflow: hidden;
	margin-top:5px;
	margin-left: 100px;
}

#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.HollywoodDreams a {
	background: url(images/HollywoodDreams.jpg) repeat scroll 0%;
}

#imageMenu ul li.HalloweenOnIce a {
	background: url(images/HalloweenOnIce.jpg) repeat scroll 0%;
}

#imageMenu ul li.DraculaMagics a {
	background: url(images/DraculaMagics.jpg) repeat scroll 0%;
}

#imageMenu ul li.PuppetsHalloweenShow a {
	background: url(images/PuppetsHalloweenShow.jpg) repeat scroll 0%;
}

#imageMenu ul li.HorrorBabyShow a {
	background: url(images/HorrorBabyShow.jpg) repeat scroll 0%;
}

#imageMenu ul li.HalloweenParade a {
	background: url(images/HalloweenParade.jpg) repeat scroll 0%;
}

#imageMenu ul li.HauntingPresenze a {
	background: url(images/HauntingPresenze.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


