fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFAB52";
offcolor="#000000";
onbgcolor="#ECD1B5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=2;
pagebgcolor="#ECD1B5";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
itemwidth=150;
itemheight=20;
}



with(milonic=new menuname("Preparing")){
overflow="scroll";
style=menuStyle;
aI("text=Core Courses;url=http://www2.ciachef.edu/BPS/preparing/core.html;")
aI("text=Electives;url=http://www2.ciachef.edu/BPS/preparing/electives.html;")
aI("text=Our Faculty;url=http://www2.ciachef.edu/BPS/preparing/faculty.html;")
}

with(milonic=new menuname("Learning")){
style=menuStyle;
aI("text=California Trip;url=http://www2.ciachef.edu/BPS/seminars/california.html;");
aI("text=Italy Trip;url=http://www2.ciachef.edu/BPS/seminars/italy.html;");
aI("text=Spain Trip;url=http://www2.ciachef.edu/BPS/seminars/spain.html;");
aI("text=China Trip;url=http://www2.ciachef.edu/BPS/seminars/china.html;");
aI("text=Pacific Northwest Trip;url=http://www2.ciachef.edu/BPS/seminars/PNW.html;");
}

with(milonic=new menuname("Campus")){
style=menuStyle;
aI("text=A Day in the Life;url=http://www2.ciachef.edu/BPS/campus/day.html;");
}

with(milonic=new menuname("Careers")){
style=menuStyle;
aI("text=Career Profiles;url=http://www2.ciachef.edu/BPS/careers/grads.html;");
aI("text=Employers who Recruit B.P.S. Grads;url=http://www2.ciachef.edu/BPS/careers/employers.html;");
}

with(milonic=new menuname("Enrollment")){
style=menuStyle;
aI("text=Financial Aid;url=http://www2.ciachef.edu/BPS/enrollment/financial_aid.html;");
}

drawMenus();


