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=10;
_subOffsetLeft=-10;


with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Trebuchet MS, Geneva, Arial, Helvetica, sans-serif";
fontsize="95%";
fontstyle="normal";
fontweight="normal";
offcolor="#301308";
oncolor="#7a003c";
outfilter="Fade(duration=0.5)";
rawcss="padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;";
}

with(menuStyleSub=new mm_style()){
bordercolor="#8cc63f";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Geneva, Arial, Helvetica, sans-serif";
fontsize="75%";
fontstyle="normal";
fontweight="normal";
offcolor="#336633";
offbgcolor="#ffffff";
oncolor="#ee2e26";
outfilter="Fade(duration=0.5)";
rawcss="padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:9px;";
separatorcolor="#e4f3a5";
separatorsize=1;
}

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

aI("image=./_img/_nav/nav-home.gif;overimage=./_img/_nav/nav-home-o.gif;url=./index.html;");
aI("image=./_img/_nav/nav-menu.gif;overimage=./_img/_nav/nav-menu-o.gif;url=./menu_fall2010.htm;");
aI("image=./_img/_nav/nav-catering.gif;overimage=./_img/_nav/nav-catering-o.gif;url=./catering.htm;");
aI("image=./_img/_nav/nav-our-story.gif;overimage=./_img/_nav/nav-our-story-o.gif;url=./our-story.htm;");
aI("showmenu=contact;image=./_img/_nav/nav-contact.gif;overimage=./_img/_nav/nav-contact-o.gif;url=./location.htm;");
}

with(milonic=new menuname("contact")){
overflow="scroll";
style=menuStyleSub;
aI("text=location;url=./location.htm;")
aI("text=blog;url=http://thegreenhousesalad.blogspot.com/;")
aI("text=feedback;url=./feedback.htm;")
aI("text=employment;url=./employment.htm;")
aI("text=eNewsletter signup;url=http://visitor.constantcontact.com/d.jsp?m=1102697469402&amp;p=oi;target=blank")
}

drawMenus();

