/* Start of CMSMS style sheet 'imageMenu NEWEST' */
/**************************************************************

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 450px;
	-width: 400px;
	height: 204px;
	overflow: hidden;
left: 130px;
top: 20px;
margin-bottom: 40px;
}

.caterWrap #imageMenu {
	position: relative;
	width: 450px;
	-width: 400px;
	height: 204px;
	overflow: hidden;
left: 170px;
top: 20px;
margin-bottom: 40px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 1000px;
	margin: 0;

	}

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

#imageMenu ul li a {
	text-indent: -1000px;
	background:#333 none repeat scroll 0%;
	border-right: 2px solid #333;
border-top: 2px solid #333;
border-bottom: 2px solid #333;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.wine a {
	background: url(uploads/images/wine.jpg) repeat scroll 0%;
border-left: 2px solid #000;
}

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

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

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

#imageMenu ul li.horsDoeuvres a {
	background: url(uploads/images/horsDoeuvres.jpg) repeat scroll 0%;
border-left: 2px solid #F6F7F8;
}

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

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


.clear {
	clear: both;
}

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

/* End of 'imageMenu NEWEST' */

