/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 470px;
	height: 266px;
	overflow: hidden;
	left: -40px;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 266px;
	width: 480px;
	
	}

.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:84px;
	height: 266px;
}


.imageMenu ul li.large a {
	background: url(../spryimagemenu/parts.jpg) repeat scroll 0%;
}

.imageMenu ul li.highmeadow a {
	background: url(../spryimagemenu/HighMeadowRanch.jpg) repeat scroll 0%;
}

.imageMenu ul li.lasvegas a {
	background: url(../spryimagemenu/lasvegas.jpg) repeat scroll 0%;
}

.imageMenu ul li.platform a {
	background: url(../spryimagemenu/platform.jpg) repeat scroll 0%;
}

.imageMenu ul li.other a {
	background: url(../spryimagemenu/other_products.jpg) repeat scroll 0%;
}




.clear {
	clear: both;
}

/*************************************************************/
