fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#dddddd";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana";
fontsize="12px";
fontstyle="";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e87816";
offcolor="#ffffff";
onbgcolor="#f5c02f";
oncolor="#000000";
padding=5;
separatorcolor="#dddddd";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#e87816";
pagecolor="#000000";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=0;
bordercolor="#40780F";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#fb7908";
headercolor="#000000";
/*bgimage="images/menu_bg_off.gif";*/
offcolor="#ffffff";
/*overbgimage="images/menu_bg_on.gif";*/
/*itemheight="0px";*/
/*onbgcolor="#DFB685";*/
oncolor="#FF0000";
/*outfilter="randomdissolve(duration=0.3)";*/
padding=8;
pagecolor="#fb7908";
subimagepadding=0;
}


with(milonic=new menuname("accommodation")){
margin=5;
menuwidth=140;
style=submenuStyle;
aI("text=Rooms;url=accommodation.asp#Rooms;showmenu=123;");
aI("text=Suite;url=accommodation.asp#Suite;showmenu=1234;");
}


with(milonic=new menuname("services")){
margin=5;
menuwidth=200;
style=submenuStyle;
aI("text=Amenities;url=services.asp;");
aI("text=Complimentary Services;url=services.asp#Complimentary_Services;");
aI("text=Chargeable;url=services.asp#Chargeable_Services;");
}

with(milonic=new menuname("contact")){
margin=5;
menuwidth=140;
style=submenuStyle;
aI("text=Address;url=contact_us.asp#Contact_Details;");
aI("text=Location Map;url=contact_us.asp#Contact_Details;");
aI("text=Enquiry Form;url=contact_us.asp#Enquiry_form;");
s}

drawMenus();

