#menu {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menu li {
	position: relative;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
#menu a {

}

#menu .sub, #menu .main {
font: normal 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0px;
padding: 0px
}

#menu .main {
color: #FFFFFF;
background: #851B0B;
text-transform: uppercase;
text-decoration: none;
border: none;
float: center;
padding: 0px;
margin: 0px;
}

#menu .main:hover {
color: #FFFFFF;
background: #851B0B;
text-transform: uppercase;
text-decoration: none;
}

#menu .sub {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #6b3a2a;
	border-left: 0px;
	padding: 4px 3px 4px 3px;
	margin: 0px;
	background-color: #5c2715;
	filter: alpha(Opacity=85);
	opacity: 0.85;
}

#menu .sub:hover {
	color: #000000;
	text-decoration: none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #e88448;
	border-left: 0px;
	background-color: #e88448;
	filter: alpha(Opacity=100);
	opacity: 1.0;
}

#menu-align {
text-align: center;
}

#restaurant li {
	text-align: center;
	width:121px;
	margin-left: 6px;
}

#lounge li {
	text-align: center;
	width:87px;
}

#catering li {
text-align: center;
width:101px;
}

#spcl li {
text-align: center;
width:150px;
}

#meet li {
text-align: center;
width:144px;
}

#loc li {
	text-align: center;
	width:98px;
}

#contact li {
	text-align: center;
	width:92px;
}

#contact2 {
	width: 98px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	top: 0px;
}


/*-
#menu .sub2 {
color: #e1d9c1;
background: #554123;
text-decoration: none;
border-top: 1px solid #554123;
border-right: 1px solid #554123;
border-bottom: 3px solid #65522a;
border-left: 1px solid #554123;
}

#menu .sub2:hover {
color: #f2de89;
background: #65522a;
text-decoration: none;
border-top: 1px solid #65522a;
border-right: 1px solid #65522a;
border-bottom: 3px solid #65522a;
border-left: 1px solid #65522a;
}
--*/
#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
