#guestmenu {
/*width: 360px;
*width: 370px;*/
float: left;
}
/*#guestmenu ul.faq {
width: 3em;
*width: 3.8em;
}
#guestmenu ul.activities {
width: 4.5em;
*width: 5.8em;
}
#guestmenu ul.about {
width: 7.2em;
*width: 8.8em;
}
#guestmenu ul.rentals {
width: 7.2em;
*width: 8.8em;
}*/
#guestmenu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 11.3em;
*width: 13.5em;*/
float: left;
}

#guestmenu a, #guestmenu h2 {
color: #a333c8;
font-family: Palatino, Palatino Linotype, Garamond, serif;
font-size: 12px;
text-decoration: none;
display: block;
margin: 0;
font-weight: normal;
}

#guestmenu h2 {
color: #a333c8;
font-family: Palatino, Palatino Linotype, Garamond, serif;
font-size: 12px;
text-decoration: none;
font-variant: small-caps;
padding-left: 3px;
padding-right: 7px;
}

#guestmenu a.submenu {
color: #5b0079;
background: #fefee1;
text-decoration: none;
font-style: italic;
font-family: Palatino, Palatino Linotype, Garamond, serif;
font-variant: normal;
font-size: 12px;
padding: 2px 3px 0px 7px;
width: 170px;
}

#guestmenu a:hover {
color: #000000;
}
#guestmenu a.submenu:hover {
color: #9f58b7;
background: #fff;
}
#guestmenu li {position: relative;}

#guestmenu ul ul {
position: absolute;
z-index: 500;
}

#guestmenu ul ul ul {
top: 0;
left: 100%;
}
#guestmenu ul ul,
#guestmenu ul li:hover ul ul,
#guestmenu ul ul li:hover ul ul
{display: none;}

#guestmenu ul li:hover ul,
#guestmenu ul ul li:hover ul,
#guestmenu ul ul ul li:hover ul
{display: block;}
