
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 800px;
	height: 370px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 370px;
	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:112px;
	height: 370px;
}

#imageMenu ul li.spa a {
	background: url(../images/spa.jpg) repeat scroll 0%;
}

#imageMenu ul li.esthe a {
	background: url(../images/esthe.jpg) repeat scroll 0%;
}

#imageMenu ul li.relax a {
	background: url(../images/relax.jpg) repeat scroll 0%;
}

#imageMenu ul li.yoga a {
	background: url(../images/yoga.jpg) repeat scroll 0%;
}

#imageMenu ul li.chiro a {
	background: url(../images/chiro.jpg) repeat scroll 0%;
}

#imageMenu ul li.rest a {
	background: url(../images/rest.jpg) repeat scroll 0%;
}

#imageMenu ul li.deve a {
	background: url(../images/deve.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


