/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position:relative;
	width:588px;
	height:260px;
	overflow: hidden;
}


.imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 598px;
	height: 260px;
	overflow: hidden;
	}

.imageMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	border: 0px;
	cursor: pointer;
	display: block;
	width: 147px;
	height: 260px;
	overflow: hidden;
}

.imageMenu ul li.motorcyclehelmets a {
	background:url(/img/motorcycle-helmets3.jpg) repeat scroll 0%;
}

.imageMenu ul li.motorcyclejackets a {
	background:url(/img/motorcycle-jackets3.jpg) repeat scroll 0%;
}

.imageMenu ul li.motocrossgear a {
	background:url(/img/motocross-gear3.jpg) repeat scroll 0%;
}

.imageMenu ul li.snowmobile a {
	background:url(/img/snowmobile3.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

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


