/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 724px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#efe6c0 none repeat scroll 0%;
	border-right: 2px solid #efe6c0 ;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.imageMenu ul li.landscapes a {
	background: #efe6c0 url(../img/landscapes.jpg) repeat scroll 0%;
}

.imageMenu ul li.kevin a {
	background: #efe6c0 url(../img/kevin.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: #efe6c0 url(../img/people.jpg) repeat scroll 0%;
}

.imageMenu ul li.nature a {
	background: #efe6c0 url(../img/nature.jpg) repeat scroll 0%;
}

.imageMenu ul li.urban a {
	background: #efe6c0 url(../img/urban.jpg) repeat scroll 0%;
}

.imageMenu ul li.abstract a {
	background: #efe6c0 url(../img/abstract.jpg) repeat scroll 0%;
	width: 310px;
}

.imageMenu ul li.calendar a {
	background: #efe6c0 url(../img/calendar.jpg) repeat scroll 0%;
}

.imageMenu ul li.comm a {
	background: #efe6c0 url(../img/comm.jpg) repeat scroll 0%;
}

.imageMenu ul li.deacons a {
	background: #efe6c0 url(../img/deacons.jpg) repeat scroll 0%;
}

.imageMenu ul li.partners a {
	background: #efe6c0 url(../img/partners.jpg) repeat scroll 0%;
}

.imageMenu ul li.scholarships a {
	background: #efe6c0 url(../img/scholarships.jpg) repeat scroll 0%;
}

.imageMenu ul li.weddings a {
	background: #efe6c0 url(../img/weddings.jpg) repeat scroll 0%;
}

.imageMenu ul li.women a {
	background: #efe6c0 url(../img/women.jpg) repeat scroll 0%;
}

.imageMenu ul li.laura a {
	background: #efe6c0 url(../img/laura.jpg) repeat scroll 0%;
}

.imageMenu ul li.janice a {
	background: #efe6c0 url(../img/janice.jpg) repeat scroll 0%;
}

.imageMenu ul li.ministries a {
	background: #efe6c0 url(../img/ministries.jpg) repeat scroll 0%;
}

.imageMenu ul li.tara a {
	background: #efe6c0 url(../img/tara.jpg) repeat scroll 0%;
}

.imageMenu ul li.kervin a {
	background: #efe6c0 url(../img/kervin.jpg) repeat scroll 0%;
}

.imageMenu ul li.gerald a {
	background: #efe6c0 url(../img/gerald.jpg) repeat scroll 0%;
}
.imageMenu ul li.neil a {
	background: #efe6c0 url(../img/neil.jpg) repeat scroll 0%;

}
.imageMenu ul li.davis a {
	background: #efe6c0 url(../img/davis.jpg) repeat scroll 0%;
}

.imageMenu ul li.shannon a {
	background: #efe6c0 url(../img/tracy.jpg) repeat scroll 0%;
}

.imageMenu ul li.glen a {
	background: #efe6c0 url(../img/glen.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
