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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	background-color:#FFF;
	width: 950px;
	height: 300px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;  
/*	font-size:16px;
	color: #FFF; */
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:120px;
	height: 300px;
}



.imageMenu ul li.church-health a {
	background:url('/wp-content/themes/northwest/images/menu/church-health.jpg') repeat scroll 0%;
	width: 340px;
}

.imageMenu ul li.learning-opportunities a {
	background:url('/wp-content/themes/northwest/images/menu/learning-opportunities.jpg') repeat scroll 0%;
}

.imageMenu ul li.academic-resources a {
	background:url('/wp-content/themes/northwest/images/menu/academic-resources.jpg') repeat scroll 0%;
}

.imageMenu ul li.alumni-connections a {
	background:url('/wp-content/themes/northwest/images/menu/alumni-connections.jpg') repeat scroll 0%;
}

.imageMenu ul li.supporting-northwest a {
	background:url('/wp-content/themes/northwest/images/menu/supporting-northwest.jpg') repeat scroll 0%;
}

.imageMenu ul li.faculty-matters a {
	background:url('/wp-content/themes/northwest/images/menu/faculty-matters.jpg') repeat scroll 0%;
}


.clear {
	clear: both;
}
