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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 785px;
	height: 200px;
	overflow: hidden;
	margin:0 ;
	padding:20px 0 0 45px;

}



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

#imageMenu ul li {
	float: left;
	padding:0;
}

#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:98px;
	height: 200px;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

