#tabs {
	/* background:transparent url(images/fade_grey_tab.gif) repeat-x scroll center bottom; */
	background: #e4d5ce;
	margin: 0 0 0 280px;
	padding-top: 26px;
	width: 680px;
}
#tabs ul {
	display:block;
	position:absolute;
	}

#tabs ul.children {
	margin:0;
	padding:0;
	/*border-top:1px solid #FCD290;*/
	z-index:100;
	visibility:hidden;
}

#tabs li {
	/* background:#969696 url(images/bg_grey_tab.gif) no-repeat scroll left top; */
	background: #e4d5ce;
	display:inline;
	float:left;
	height:auto;
	margin: 0 0 0 0; /* keep margin from top image */
	/* --- */
	
	color:#820120;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	font: 12px normal Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
#tabs li li {
	background:#e4d5ce none repeat scroll 0%; /*FFFOCE */
	display:block;
	float:none;
}
#tabs a {
	text-decoration:none;
	background:transparent url(images/bg_grey_tab.gif) no-repeat scroll left top;
	/*border-right:1px solid #A2A2A2;*/
	color:#820120;
	display:block;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	width:180px;
	font: 12px normal Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#tabs .rooms {width: 180px;}

#tabs a.dining {width: 100px;}
#tabs .dining {width: 100px;}

#tabs a.meetings {width: 200px;}
#tabs .meetings {width: 200px;}

#tabs a:hover, #tabs a.selected {
	background:#e4d5ce url(images/bg_orange_tab.gif) no-repeat scroll left top; /*FCDA2E */
	color:#820120;
	text-decoration:none;
}

#tabs ul a {
	background:#e4d5ce none repeat scroll 0%; /*FFFOCE*/
	/*border-bottom:1px solid #FCD290;
	border-left:1px solid #FCD290;
	border-right:1px solid #FCD290;*/
	color:#666666;
	line-height:20px;
	width:180px;
	font: 11px normal Arial, Helvetica, sans-serif;
	padding: 0 0 12px 30px;
	margin:0;
	text-align:left;
}
#tabs ul a.first {
	padding: 20px 0 12px 30px;
}


#tabs ul ul a {
	background:#e4d5ce none repeat scroll 0%; /*FFF9EA*/
}
#tabs ul a:hover, #tabs ul a.selected {
	background:transparent url(images/bg_orange_tab.gif) no-repeat scroll left bottom;
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}

