
.jimgMenu {
	position:relative;
	padding: 0px;
	width:584px;
	height:218px;
	overflow: hidden;
	margin: 45px 0 0 10px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 218px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 145px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background: repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 218px;
}

.jimgMenu ul li#missional a {
	background: url(../img/easing_missional.png) repeat scroll 0%;
  
}

.jimgMenu ul li#relational a {
	background: url(../img/easing_relational.png) repeat scroll 0%;

}

.jimgMenu ul li#community a {
	background:url(../img/easing_community.png) repeat scroll 0%;
  
}

.jimgMenu ul li#restoration a {
	background: url(../img/easing_restoration.png) repeat scroll 0%;

}


.clear {
	clear: both;
}
