
.jimgMenu
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 993px;
	height: 540px;
	overflow: hidden;
}

.jimgMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 540px;
	position: relative;
}

.jimgMenu ul li
{
	width: 125px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a
{
	background: #fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	height: 540px;
	text-decoration:none;
}

.jimgMenu ul li#comfort a
{
	background: url(/images/accordion/Comfort.jpg) repeat scroll 0%;
}

.jimgMenu ul li#tspa a
{
	background: url(/images/accordion/TSpa.jpg) repeat scroll 0%;
}

.jimgMenu ul li#gaming a
{
	background: url(/images/accordion/Gaming.jpg) repeat scroll 0%;
}

.jimgMenu ul li#entertainment a
{
	background: url(/images/accordion/Entertainment.jpg) repeat scroll 0%;
}

.jimgMenu ul li#dining a
{
	background: url(/images/accordion/Dining.jpg) repeat scroll 0%;
}

.jimgMenu ul li#meetings a
{
	background: url(/images/accordion/Meetings.jpg) repeat scroll 0%;
}

.jimgMenu ul li#weddings a
{
	background: url(/images/accordion/Weddings.jpg) repeat scroll 0%;
}

.jimgMenu ul li#home a
{
	background: url(/images/accordion/Home.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear
{
	clear: both;
}


.jimgMenu ul li#comfort a span, .jimgMenu ul li#tspa a span, .jimgMenu ul li#gaming a span, .jimgMenu ul li#entertainment a span, .jimgMenu ul li#dining a span, .jimgMenu ul li#meetings a span, .jimgMenu ul li#weddings a span, .jimgMenu ul li#home a span
{
	position:absolute;
	left:240px;
	top:25px;
	height:75px;
	width:365px;
	border:solid 1px #FFF;
}


