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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}



.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: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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


