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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 863px;
	height: 375px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 375px;
	width: 1000px;
	padding: 0px;
	}

#imageMenu ul li {
	float: left;
	
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	margin-right: 13px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:206px;
	height: 375px;
}

#imageMenu ul li.tuning a {
	background: url(gfx/slider/tuning.jpg) repeat scroll 0%; background-position: center;
}

#imageMenu ul li.racing a {
	background: url(gfx/slider/racing.jpg) repeat scroll 0%; background-position: center;
}

#imageMenu ul li.aviation a {
	background: url(gfx/slider/aviation.jpg) repeat scroll 0%; background-position: center;
}

#imageMenu ul li.military a {
	background: url(gfx/slider/military.jpg) repeat scroll 0%; background-position: center;
}



.clear {
	clear: both;
}

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


