
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 768px;
	height: 200px;
	overflow: hidden;	
	border-top: 1px solid #C83A56;
	border-bottom: 1px solid #C83A56;
	
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {		
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;	
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:108px;
	height: 200px;
}

#imageMenu ul li.home a {
	background: url(../images/home.jpg) repeat scroll 0%;
}

#imageMenu ul li.about a {
	background: url(../images/about.jpg) repeat scroll 0%;
}

#imageMenu ul li.restaurant a {
	background: url(../images/restaurant.jpg) repeat scroll 0%;
}

#imageMenu ul li.activities a {
	background: url(../images/activities.jpg) repeat scroll 0%;
}

#imageMenu ul li.gallery a {
	background: url(../images/gallery.jpg) repeat scroll 0%;
}

#imageMenu ul li.local a {
	background: url(../images/local.jpg) repeat scroll 0%;
}

#imageMenu ul li.special a {
	background: url(../images/special.jpg) repeat scroll 0%;
}

#imageMenu ul li.cocoa a {
	background: url(../images/cocoa.jpg) repeat scroll 0%;
}

#imageMenu ul li.news a {
	background: url(../images/news.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*width: 310px;*/

/*************************************************************/

