fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;



with(menuStyle=new mm_style()){
fontfamily="Arial";
fontsize="16px";
fontstyle="normal";
fontweight="bold";
itemheight=20;
offbgcolor="transparent";
offcolor="#FF9900";
ondecoration="underline";
oncolor="#FF9900";
}


with(subStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="16px";
fontstyle="normal";
fontweight='bold';
offbgcolor="#000000";
offcolor="#FF9900";
onbgcolor="#FF9900";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FF9900";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("showmenu=MoreInfo;text=&nbsp;&nbsp;More Information;");

}

with(milonic=new menuname("MoreInfo")){
style=subStyle;
aI("text=Accommodations;url=accomodations.aspx;");
aI("text=Activities;url=activities.aspx;");
aI("text=Costumes;url=costumes.aspx;");
aI("text=Information & Times;url=information.aspx;");
aI("text=Pictures & Tour;url=slideshow.aspx;");
aI("text=Recommendations;url=recommendations.aspx;");
}

drawMenus();

