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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	margin: 0 0px 0 0px;
	height: 75px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0;
	display: block;
	height: 75px;
	width: 1000px;
	padding: 0px;
	}

#imageMenu ul li {
	float: left;
	margin: 0px;
}

#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:147px;
	height: 75px;
}

#imageMenu ul li.landscapes a {
	background: url(../images/HomeImage.png) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(../images/AboutImage.png) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(../images/SermonImage.png) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(../images/MinistriesImage.png) repeat scroll 0%;
}

#imageMenu ul li.rural a {
	background: url(../images/EventsImage.png) repeat scroll 0%;
}

#imageMenu ul li.views a {
	background: url(../images/ContactImage.png) repeat scroll 0%;
	width: 149px;
	border: 0px;
}

.clear {
	clear: both;
}

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

