
.jimgMenu {
	position:relative;
	margin: 0px 0px 30px 30px;
	padding: 0px;
	width:525px;
	height:200px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 105px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#our-church a {
	background: url(../images/our-church.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#services-worship a {
	background: url(../images/services-worship.jpg) repeat scroll 0%;

}

.jimgMenu ul li#community-mission a {
	background: url(../images/community-mission.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#learning-fellowship a {
	background: url(../images/learning-fellowship.jpg) repeat scroll 0%;

}

.jimgMenu ul li#pastoral-care a {
	background: url(../images/pastoral-care.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
