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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 920px;
	height: 200px;
	overflow: hidden;
	
	border: 0px solid #000;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	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: 0px solid #fff;
	cursor: default;
	display:block;
	overflow:hidden;
	width:160px;
	height: 200px;
	
	
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

