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

	Image Menu
	v 2.2

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


#imageMenu {
	position:absolute;
	top:110px;
	width: 870px;
	height: 200px;
}



#imageMenu ul {
	list-style: none;
	float: left;
	display: block;
	width: 100%;
	margin-left: 1px;
	padding-left: 0px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-left: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:122px;
	height: 200px;
}

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

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

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

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

#imageMenu ul li.imaging a {
	background: url(images/imaging.jpg) repeat scroll 0%;
}
#imageMenu ul li.custom a {
	background: url(images/custom.jpg) repeat scroll 0%;
}
#imageMenu ul li.surveys a {
	background: url(images/surveys.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

