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=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="'Trebuchet MS', Verdana, Helvetica, sans-serif";
fontsize="14px";
fontstyle="normal";
fontweight="strong";
headerbgcolor="#006e36";
headercolor="#000000";
offbgcolor="#006e36";
offcolor="#FFFFFF";
onbgcolor="#f8eec9";
oncolor="#006e36";
outfilter="Fade(Overlap=0.5)";
padding=0;
offclass="navLetters";
onclass="navLetters"; 
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="'Trebuchet MS', Verdana, Helvetica, sans-serif";
fontsize="14px";
fontstyle="normal";
fontweight="strong";
headercolor="#000000";
imagepadding=8;
offbgcolor="#006e36";
offcolor="#f8eec9";
onbgcolor="#a20100";
oncolor="#f8eec9";
outfilter="Fade(Overlap=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.2)";
padding=5;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
top=120;
left=28;
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=AboutUs;text=&nbsp;&nbsp;&nbsp;About Us&nbsp;&nbsp;&nbsp;;url=../about-us/index.asp;");
aI("showmenu=NeighborhoodInvolvement;text=&nbsp;&nbsp;&nbsp;Neighborhood Involvement&nbsp;&nbsp;&nbsp;;url=../neighborhood-involvement/index2.asp;");
aI("showmenu=Careers;text=&nbsp;&nbsp;&nbsp;Careers&nbsp;&nbsp;&nbsp;;url=../careers/index.asp;");
aI("showmenu=NewsPress;text=&nbsp;&nbsp;&nbsp;News & Press&nbsp;&nbsp;&nbsp;;url=../news-press/index.asp;");
aI("showmenu=OurRestaurants;text=&nbsp;&nbsp;&nbsp;Our Applebee's&nbsp;&nbsp;&nbsp;;url=../restaurants/applebees.asp;");
aI("showmenu=ContactUs;text=&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;;url=../contact-us/index.asp;");
}

with(milonic=new menuname("AboutUs")){
style=submenuStyle;
aI("text=About Apple Gold Group;url=../about-us/index.asp;");
aI("text=Company History;url=../about-us/history.asp;");
}

with(milonic=new menuname("NeighborhoodInvolvement")){
style=submenuStyle;
aI("text=Apple Gold's Neighborhood Involvement;url=../neighborhood-involvement/index2.asp;");
aI("text=Flapjack Fundraisers&nbsp;&nbsp;&nbsp;&nbsp;>;showmenu=Flapjack;url=../neighborhood-involvement/flapjack-fundraiser.asp;");
aI("text=Charity Requests;url=../neighborhood-involvement/charity-request.asp;");
}

with(milonic=new menuname("Flapjack")){
style=submenuStyle;
aI("text=Flapjack Fundraiser Overview;url=../neighborhood-involvement/flapjack-fundraiser.asp;");
aI("text=Host a Flapjack Fundraiser;url=../neighborhood-involvement/host-a-flapjack-fundraiser.asp;");
aI("text=Find Flapjack Fundraiser Events;url=../neighborhood-involvement/find-a-flapjack-fundraiser.asp;");
}

with(milonic=new menuname("Careers")){
style=submenuStyle;
aI("text=Management Opportunities;url=../careers/index.asp;");
aI("text=Hourly Associate Opportunities;url=../careers/hourly-jobs.asp;");
}

with(milonic=new menuname("NewsPress")){
style=submenuStyle;
aI("text=News Stories & Press Releases;url=../news-press/index.asp;");
/*aI("text=Press Resources and Downloads;url=../news-press/resources.asp;");*/
}

with(milonic=new menuname("OurRestaurants")){
style=submenuStyle;
aI("text=Menus & More;url=../restaurants/applebees.asp;");
aI("text=Apple Gold Applebee's Locations;url=../restaurants/applebees-locations.asp;");
}

with(milonic=new menuname("ContactUs")){
style=submenuStyle;
aI("text=Corporate Office;url=../contact-us/index.asp;");
aI("text=Customer Feedback;url=../contact-us/feedback.asp;");
}

drawMenus();

