fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(mainStyle=new mm_style()){
padding=4;
separatorcolor="#fffff";
separatorsize=18;
}

with(submenuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
offcolor="#666666";
oncolor="#83b8b3";
padding=4;
separatorcolor="#f2f2ee";
separatorsize=12;
}

with(milonic=new menuname("About")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-2";
aI("text=Our History;url=about.asp?id=13;");
aI("text=Photo Galleries;url=about.asp?id=19;");
aI("text=Contact Us;url=contact.asp;");
}

with(milonic=new menuname("Accommodations")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-75";
aI("text=Rooms and Rates;url=accommodations.asp?id=150;");
aI("text=Reservations;url=accommodations.asp?id=220;");
aI("text=Packages;url=packages.asp?id=10;");
aI("text=Policies and Safety;url=accommodations.asp?id=136;");
}

with(milonic=new menuname("Dining")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-195";
aI("text=Grand Dining Room;url=dining.asp?id=67;");
aI("text=Courtyard at Crane;url=dining.asp?id=68;");
aI("text=Cafe Solterra;url=dining.asp?id=69;");
aI("text=Additional Dining Options;url=dining.asp?id=70;");
}

with(milonic=new menuname("Weddings")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-110";
aI("text=Request Wedding Proposal;url=weddings.asp?ekfrm=138;");
aI("text=Elopement Package;url=weddings.asp?id=52;");
aI("text=Island Wedding Package;url=weddings.asp?id=298;");
aI("text=Club Wedding Package;url=weddings.asp?id=237;");
aI("text=Renewal of Vows Package;url=weddings.asp?id=342;");
aI("text=Photo Gallery;url=weddings.asp?id=102;");
}

with(milonic=new menuname("Meetings")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-230";
aI("text=Request Meeting Proposal;url=meetings.asp?ekfrm=139;");
aI("text=Complete Meeting Package;url=meetings.asp?id=50;");
aI("text=Hot Meeting Dates;url=meetings.asp?id=105;");
aI("text=Room Specifications;url=meetings.asp?id=107;");
}

with(milonic=new menuname("News")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-120";
aI("text=Press Releases;url=news.asp?id=120;");
aI("text=Newsletters;url=news.asp?id=121;");
aI("text=Awards and Recognition;url=news.asp?id=122;");
}

with(milonic=new menuname("Location")){
orientation="horizontal";
style=submenuStyle;
top="offset=1";
left="offset=-80";
aI("text=Directions;url=location.asp?id=124;");
aI("text=Local Area Maps;url=location.asp?id=126;");
aI("text=Transportation;url=location.asp?id=125;");
}

drawMenus();
