fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=-50;
_subOffsetLeft=-2;

with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#550000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e20d13";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
// outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#232323";
pagecolor="white";
separatorcolor="#550000";
separatorsize=1;

}


with(milonic=new menuname("Overview")){
style=menuStyle;
aI("text=Download VBS Catalog and Brochure;url=catalog.html;");
aI("text=Reach All Age Levels;url=reachallagelevels.html;");
aI("text=Outreach Project;url=outreachproject.html;");
}

with(milonic=new menuname("Experience")){
style=menuStyle;
aI("text=See It in Action;url=inaction.html;");
aI("text=Rotation Stations;url=rotationstations.html;");
aI("text=Day to Day in Cosmic City;url=daytoday.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Starter Kit;url=starterkit.html;");
aI("text=Additional Resources;url=additionalresources.html;");
aI("text=Resources for the VBS Director;url=directorresources.html;");
aI("text=Free Resources;url=freeresources.cfm;");
aI("text=Other Children's Ministry Resources;url=otherresources.html;");
}


drawMenus();

