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(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#FFFFCC";
offcolor="#000000";
onbgcolor="#ff9933";
oncolor="#000000";
padding=2;
separatorwidth="25"
separatorcolor="transparent"
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menualign="center";
menuwidth="500";
orientation="horizontal";
style=ScrollingSampStyle;
aI("showmenu=about;text=About Us;");
aI("showmenu=help;text=How to Help;");
aI("showmenu=preservation;text=Land Preservation;");
aI("text=News;url=http://www.srlt.org/news.shtml;");
aI("text=Events;showmenu=events;");
aI("text=Contact;url=http://www.srlt.org/contact.shtml;");

}

with(milonic=new menuname("events")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Upcoming Events;url=http://www.srlt.org/events.shtml;")
aI("text=Past Events;url=http://www.srlt.org/pastevents.shtml;")

}

with(milonic=new menuname("about")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Who We Are;url=http://www.srlt.org/whoweare.shtml;")
aI("text=What We Do;url=http://www.srlt.org/whatwedo.shtml;")
aI("text=Where We Are;url=http://www.srlt.org/whereweare.shtml;")
aI("text=News;url=http://www.srlt.org/news.shtml;")
aI("text=Events;url=http://www.srlt.org/events.shtml;")

}

with(milonic=new menuname("help")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Donate;url=http://www.srlt.org/donate.shtml;")
aI("text=What You Can Do;url=http://www.srlt.org/whatyoucando.shtml;")

}

with(milonic=new menuname("preservation")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=About Preservation Agreements;url=http://www.srlt.org/aboutpreservation.shtml;")
aI("text=Environmental Concerns;url=http://www.srlt.org/concerns.shtml;")
aI("text=Land Owner Stories;url=http://www.srlt.org/owners.shtml;")
aI("text=Sample Deed;url=http://www.srlt.org/deed.shtml;")

}


drawMenus();

