
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	/* width: 500px; */
	width: 580px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin-left: -50px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#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:120px;
	height: 200px;
}

#imageMenu ul li.homeimage a {
	background: url(images/home.jpg) repeat scroll 0%;
}

#imageMenu ul li.day1image a {
	background: url(images/day1.jpg) repeat scroll 0%;
}

#imageMenu ul li.day2image a {
	background: url(images/day2.jpg) repeat scroll 0%;
}

#imageMenu ul li.day3image a {
	background: url(images/day3.jpg) repeat scroll 0%;
}

#imageMenu ul li.day4image a {
	background: url(images/day4.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


