
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	margin: 0px auto;
	position: relative;
	width: 940px;
	height: 200px;
	overflow: hidden;
	border: 2px solid #e15f09;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1104px;
	padding-left: 0px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #e15f09;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:134px;
	height: 200px;
}

#imageMenu ul li.dining a {
	background: url(Images/Menu/dining.jpg) repeat scroll 0%;
}

#imageMenu ul li.bedroom a {
	background: url(Images/Menu/bedroom.jpg) repeat scroll 0%;
}

#imageMenu ul li.occasional a {
	background: url(Images/Menu/occasional.jpg) repeat scroll 0%;
}

#imageMenu ul li.entertainment a {
	background: url(Images/Menu/entertainment.jpg) repeat scroll 0%;
}

#imageMenu ul li.officestudy a {
	background: url(Images/Menu/officestudy.jpg) repeat scroll 0%;
}

#imageMenu ul li.buffet a {
	background: url(Images/Menu/buffet.jpg) repeat scroll 0%;
}

#imageMenu ul li.custom a {
	background: url(Images/Menu/custom.jpg) repeat scroll 0%;
	width: 266px;
}

.clear {
	clear: both;
}

/*************************************************************/


