#menu {
float: center;
width: 100%;
background: #5d4829;
height: 28px;
}

#menu li {
left: 897px;
top: 595px;
}

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

#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: opx
}

#menu .main {
color: #3D3D39;
background: #5d4829;
text-transform: uppercase;
text-decoration: none;
border: none;
float: center;
padding: 0px;
margin: 0px;
}

#menu .main:hover {
color: #3D3D39;
background: #5d4829;
text-transform: uppercase;
text-decoration: none;
}

#menu .sub {
color: #e1d9c1;
background: #554123;
text-decoration: none;
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid #65522a;
border-left: 0px;
padding: 4px 3px 4px 3px;
margin: 0px;
}

#menu .sub:hover {
background: #766334 url(../images/mast/menu-div_ov.gif) top left;
color: #f2de89;
text-decoration: none;
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid #554123;
border-left: 0px;
}

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

#reservations li {
text-align: center;
width:96px;
}

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

#accommodations li {
text-align: center;
width:115px;
}

#dining li {
text-align: center;
width:80px;
}

#nightlife li {
text-align: center;
width:86px;
}

#event li {
text-align: center;
width:105px;
}

#hotel_tour li {
text-align: center;
width:84px;
}

#city_guide li {
text-align: center;
width:90px;
}

/*-
#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;}
