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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 1350px;
	height: 430px;
	overflow: visible;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 430px;
	width: 1010px;
	
	}

.imageMenu ul li {
	float: left;
	background-image: none;
}

.imageMenu ul li a {
	text-indent: -1000px;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:visible;
	width: 160px;
	height: 430px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(accordian/GuestPass.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.landscapes a {
	background: url(accordian/oxygen-fitness.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: url(accordian/membership.jpg) repeat scroll 0%;
}

.imageMenu ul li.scenic a {
	background: url(accordian/GuestPass.jpg) repeat scroll 0%;
}
.imageMenu ul li.urban a {
	background: url(accordian/maxfit.jpg) repeat scroll 0%;
}


.imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(accordian/true-yoga.jpg);
	background-repeat: repeat;
	background-position: 0%;
}


.imageMenu ul li.abstract a {
	background: url(accordian/contact.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

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