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="#848383";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#565929";
headercolor="#000000";
offbgcolor="#F8F5EB";
offcolor="#542C26";
onbgcolor="#542C26";
oncolor="#F8F5EB";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#F8F5EB";
pagecolor="#484A2C";
separatorcolor="#491811";
separatorsize=1;
subimagepadding=2;
}



with(milonic=new menuname("news_menu")){
style=menuStyle;
left=15;
aI("text=Current News;url=news.html;");
aI("text=Past News 2011;url=past-news-2011.html;");
aI("text=Past News 2010;url=past-news-2010.html;");
aI("text=Past News 2009;url=past-news-2009.html;");
aI("text=Past News 2008;url=past-news-2008.html;");
aI("text=Past News 2007;url=past-news-2007.html;");
aI("text=Past News 2006;url=past-news-2006.html;");
}

with(milonic=new menuname("prog_menu")){
style=menuStyle;
left=5;
aI("text=Rain Gardens;url=raingarden_central.html;");
aI("text=Snoqualmie Stewardship;url=prog_snoq.html;");
aI("text=Salmon Safe Farm Certification;url=salmon-safe-certification.html;");
aI("text=Nisqually;url=prog_nis.html;");
aI("text=Past Projects;url=past_projects.html;");
}

with(milonic=new menuname("events_menu")){
style=menuStyle;
left=5;
aI("text=Past Events;url=past-events.html;");
}

with(milonic=new menuname("about_menu")){
style=menuStyle;
left=5;
aI("text=The People;url=about.html;");
aI("text=Our Crew;url=prog_crew.html;");
aI("text=Our Mission;url=about_mission.html;");
aI("text=Consultants;url=consultants.html;");
}


drawMenus();

