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

	Image Menu
	v 2.2

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

.imageMenu ul {
        padding-left: 20px;
}



.imageMenu {
	position: relative;
	width: 900px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1100px;
	
	}

.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:96px;
	height: 200px;
}

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

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

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

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

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

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

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

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

.imageMenu ul li.business a {
	background: url(/images/business.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

