fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;		// The time delay before menus open on mouse over
_subOffsetTop=5        // Sub menu top offset
_subOffsetLeft=5        // Sub menu left offset




with(menuStyle=new mm_style()){
buildAfterLoad=true;
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Georgia, Times New Roman, Times, serif";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ff6600";
offbgcolor="";
offcolor="#ffffff";
onbgcolor="";
oncolor="#cccccc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="";
pagecolor="";
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}
with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Georgia, Times New Roman, Times, serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ff6600";
offbgcolor="#1b3664";
offcolor="#ffffff";
onbgcolor="#cccccc";
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="";
pagecolor="";
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("text=&nbsp;&nbsp;Welcome&nbsp;&nbsp;;url=index.shtml;");
aI("text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;url=about.shtml;showmenu=about;");
aI("text=&nbsp;&nbsp;Our Program&nbsp;&nbsp;;url=our-program.shtml;showmenu=program;");
aI("text=&nbsp;&nbsp;Our Values&nbsp;&nbsp;;url=our-values.shtml;");
aI("text=&nbsp;&nbsp;Careers&nbsp;&nbsp;;url=careers.shtml;");
aI("text=&nbsp;&nbsp;News & Events&nbsp;&nbsp;;url=news-events.shtml;");
aI("text=&nbsp;&nbsp;Students&nbsp;&nbsp;;url=students.shtml;showmenu=students;");
aI("text=&nbsp;&nbsp;Get Involved;url=get-involved.shtml;");
}

with(milonic=new menuname("about")){
style=submenuStyle;
aI("text=History;url=about-history.shtml;");
aI("text=Faculty and Staff;url=about-faculty.shtml;");
aI("text=Board of Trustees;url=about-trustees.shtml;");
aI("text=School Calendar;url=about-calendar.shtml;"); 
}

with(milonic=new menuname("program")){
overflow="scroll";
style=submenuStyle;
aI("text=School Profile;url=our-program-profile.shtml;");
aI("text=School Day;url=our-program-school.shtml;");
aI("text=Student Enrichment;url=our-program-student.shtml;");
aI("text=CCA Application;url=students-enroll.shtml;");
}

with(milonic=new menuname("students")){
style=submenuStyle;
aI("text=Enroll Now;url=students-enroll.shtml;");
}


drawMenus();

