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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 860px;
	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:#F1EACDnone repeat scroll 0%;
	border-right: 2px solid #F1EACD;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:170px;
	height: 200px;
}

#imageMenu ul li.youth a {
	background: url(images/slide-youth.gif) repeat scroll 0%;
}

#imageMenu ul li.outreach a {
	background: url(images/slide-outreach.gif) repeat scroll 0%;
}

#imageMenu ul li.education a {
	background: url(images/slide-christianed.gif) repeat scroll 0%;
}

#imageMenu ul li.sermons a {
	background: url(images/slide-worship.gif) repeat scroll 0%;
}

#imageMenu ul li.giving a {
	background: url(images/slide-giving.gif) repeat scroll 0%;
}

.clear {
	clear: both;
}

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