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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	height: 654px;
	width: 180px;
	overflow: hidden;
	border-bottom: 3px solid #fff
}



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

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none scroll 0%;
	border-top: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 180px;
	height: 70px;
}


.imageMenu ul li.dirt a {
	background: url(images/dirt-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.quads a {
	background: url(images/quad-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.paintball a {
	background: url(images/paintball-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.ascot a {
	background: url(images/races-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.clay a {
	background: url(images/clay-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.simulated a {
	background: url(images/simulated-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.archery a {
	background: url(images/archery-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.pool a {
	background: url(images/pool-hori.jpg) repeat scroll 0%;
}

.imageMenu ul li.teambuilding a {
	background: url(images/teambuilding-hori.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

