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

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 545px;
	height: 200px;
	overflow: hidden;
	float:left;
	margin-top: 0;
}
#imageMenu ul {
	list-style: none;
	margin: 0 0 0 45px;
	display: block;
	height: 200px;
	width: 1000px;
	padding:0;
	}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFF 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.about a {
	background: url(images/about.jpg) repeat scroll 0%;
}
#imageMenu ul li.beliefs a {
	background: url(images/beliefs.jpg) repeat scroll 0%;
}
#imageMenu ul li.children a {
	background: url(images/children.jpg) repeat scroll 0%;
}
#imageMenu ul li.community a {
	background: url(images/community.jpg) repeat scroll 0%;
}
#imageMenu ul li.sundays a {
	background: url(images/sundays.jpg) repeat scroll 0%;
	width: 310px;
}
.clear {
	clear: both;
}

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


