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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	/* width: 500px; */
	width: 708px; /* added by CH */
	height: 200px;
	overflow: hidden;
	/* background-color: #ff0000; */
}

#imageMenu ul {
	list-style: none;
	padding: 0 0 20px 0; /* added by CH to left align */
	display: block;
	height: 200px;
	width: 1000px;	
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #ffffff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	width: 140px; /* added by CH to spread equally across page */
	height: 200px;
}

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

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

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

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

#imageMenu ul li.fleet_ct a {
	background: url(../images/casino_transfers.jpg) repeat scroll 0%;
	/* width: 190px; */
}

.clear {
	clear: both;
}

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

