/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 212px;
	overflow: hidden;
	background-color: #8b4e51;
	padding:0;
	border-style: none;
	 margin:10px auto;
  width: 1000px;
}

#imageMenu ul {
	list-style: none;
	margin:6px 0 6px 6px;
	display: block;
	height: 212px;
	padding: 0;
	
	}

#imageMenu ul li {
	float: left;
	
	
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:135px;
	height: 200px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(../img/about.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(../img/Coaching_Method.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(../img/Coaches.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(../img/Gameplan.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(../img/Student_Athlete_Division.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(../img/Students.jpg) repeat scroll 0%;
}


#imageMenu ul li.bk7 a {
	background: url(../img/Contact_us.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}



