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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	height: 150px;
	overflow: hidden;
	clear: none;
	background-color: #1D1616;
	float: left;
	width: 635px !important; /* Style for FF */
	/*/* FF ignores next line. Don't remove this comment! */*/
	width: 595px !important; /* Style for IE7 */
	width: 595px; /* Style for IE6 */
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.over_harry a {
	background: url(images/over_harry.png) repeat scroll 0%;
}
#imageMenu ul li.private_dining a {
	background: url(images/private_dining.png) repeat scroll 0%;
}
#imageMenu ul li.catering a {
	background: url(images/catering.png) repeat scroll 0%;
}
#imageMenu ul li.workshops a {
	background: url(images/workshops.png) repeat scroll 0%;
}
#imageMenu ul li.foodstyling a {
	background: url(images/foodstyling.png) repeat scroll 0%;
}
#imageMenu ul li.photos a {
	background: url(images/fotos.png) repeat scroll 0%;
}
#imageMenu ul li.contact a {
	background: url(images/contact.png) repeat scroll 0%;	width: 310px;
}
.clear {
	clear: both;
}

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