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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 400px;
	height: 280px;
	overflow: hidden;
	padding-bottom:10px;
	
}



#imageMenu ul {
	list-style: none;
	margin_left:0px;
	display: block;
	height: 280px;
	width: 600px;
	
	}

#imageMenu ul li {
	float: left;



}

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

#imageMenu ul li.diesel a {
	background: url(../../images/diesel.jpg) no-repeat scroll 0%;
	margin-left:0px;
}

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

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

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


.clear {
	clear: both;
}

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

