/**************************************************************
	Image Menu
	v 2.2
**************************************************************/
#imageMenu {
	position: relative;
	text-align: left;
	width: 556px;
	height: 200px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	
	}
#imageMenu ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#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:109px;
	height: 200px;
}
#imageMenu ul li.tradition a {
	background: url(/scripts/css/images/menu/tradition.jpg) repeat scroll 0%;
}
#imageMenu ul li.excellence a {
	background: url(/scripts/css/images/menu/excellence.jpg) repeat scroll 0%;
}
#imageMenu ul li.affordable a {
	background: url(/scripts/css/images/menu/affordable.jpg) repeat scroll 0%;
}
#imageMenu ul li.convenient a {
	background: url(/scripts/css/images/menu/convenient.jpg) repeat scroll 0%;
}
#imageMenu ul li.personal a {
	background: url(/scripts/css/images/menu/personal.jpg) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.basketball a {
	background: url(/athletics/images/basketball.jpg) repeat scroll 0%;
	height: 250px;
}
#imageMenu ul li.equestrian a {
	background: url(/athletics/images/equestrian.jpg) repeat scroll 0%;
	height: 250px;
}
#imageMenu ul li.golf a {
	background: url(/athletics/images/golf.jpg) repeat scroll 0%;
	height: 250px;
}
#imageMenu ul li.soccer a {
	background: url(/athletics/images/soccer.jpg) repeat scroll 0%;
	height: 250px;
}
#imageMenu ul li.softball a {
	background: url(/athletics/images/softball.jpg) repeat scroll 0%;
	height: 250px;
}
.clear {
	clear: both;
}