#imageMenu {
	position: relative;
	width: 370px;
	height: 150px;
	overflow: hidden;
	text-align: left;
}

#container {
	width: 370px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	padding: 0;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:visible;
	width:60px;
	height: 150px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.wello a {
	background-image: url(navigation/wello%20head.png);
	background-repeat: no-repeat;
}
#imageMenu    ul    li.philos    a {
	background-attachment: scroll;
	background-image: url(navigation/philosophy.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
#imageMenu  ul  li.facility  a {
	background-attachment: scroll;
	background-image: url(navigation/facilities.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
#imageMenu  ul  li.services  a {
	background-attachment: scroll;
	background-image: url(navigation/services.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu   ul   li.membership   a {
	background-attachment: scroll;
	background-image: url(navigation/membership.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.tips  a {
	background-attachment: scroll;
	background-image: url(navigation/Health%20tips.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.corporate  a {
	background-attachment: scroll;
	background-image: url(navigation/corporate.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}
