fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ECA740";
offbgcolor="#9CA6BF";
offcolor="#000260";
onbgcolor="#FFFFFF";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#000000', Direction=135, Strength=0)";
padding=3;
pagebgcolor="#9CA6BF";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("SpaExperience")){
style=menuStyle;
top=-30;
left=30;
aI("text=Inside the Spa;url=insideTheSpa.htm");
aI("text=Health & Wellness;url=healthWellness.htm");
aI("text=Pools & Fitness Center;url=poolFitness.htm");
aI("text=Activities;url=activities.htm");
aI("text=Spa Information;url=spaInformation.htm");
aI("text=Request a Brochure;url=brochure.htm");
aI("text=Weddings & Celebrations;url=weddings.htm");
}

with(milonic=new menuname("SpaTreatment")){
overflow="scroll";
style=menuStyle;
top=-30;
left=170;
aI("text=Facial Retreats;url=facialRetreats.htm");
aI("text=Mind & Body Retreats;url=mindBodyRetreats.htm");
aI("text=Massage Retreats;url=massageRetreats.htm");
aI("text=Hydrotherapy Retreats;url=hydrotherapyRetreats.htm");
aI("text=Signature Retreats;url=signatureRetreats.htm");
aI("text=Salon & Nail Retreats;url=salonRetreats.htm");
aI("text=OC Fitness Center, Pools, & Spas;url=poolFitness.htm");
aI("text=Spa Information;url=spaInformation.htm");
}

drawMenus();

