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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height:120px;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 4px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:110px;
	height:120px;
}

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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