﻿/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 750px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

.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:82px;
	height: 200px;
}

.imageMenu ul li.cheer a {
	background: url(../images/cheer.png) repeat scroll 0%;
}

.imageMenu ul li.football a {
	background: url(../images/foot.jpg) repeat scroll 0%;
}

.imageMenu ul li.volleyball a {
	background: url(../images/volley.png) repeat scroll 0%;
}

.imageMenu ul li.golf a {
	background: url(../images/golf.gif) repeat scroll 0%;
}

.imageMenu ul li.cross a {
	background: url(../images/cross.png) repeat scroll 0%;
}

.imageMenu ul li.basketball a {
	background:repeat scroll 0%;
	background-image: url('../images/boysbasketball09copy.jpg');
}

.imageMenu ul li.baseball a {
	background: url(../images/baseball.jpg) repeat scroll 0%;
}

.imageMenu ul li.softball a {
	background: url(../images/softball.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

