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()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#006600";
headercolor="#0000CC";
offcolor="#ffffff";
oncolor="#00AA00";
clickcolor="#FFFFFF";
onsubimage="images2/white.gif";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorimage="images2/whitestripe.gif";
separatorpadding=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0000CC";
onborder="1px solid #0000CC";
oncolor="#006600";
outfilter="fade(duration=0.5)";
overbgimage="images2/main_menu.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagecolor="black";
separatorsize=1;
subimage="images/purple5x5.gif";
subimagepadding=8;
}



with(milonic=new menuname("About")){
margin=5;
style=submenuStyle;
aI("text=Greenspace Mission;url=mission_menu.htm;");
aI("text=Accomplishments;url=accomplishments_menu.htm;");
aI("text=Board of Directors;url=board_menu.htm;");
aI("text=Contact Greenspace;url=contact_us.htm;");
}

with(milonic=new menuname("Projects")){
margin=5;
style=submenuStyle;
aI("text=Protected Lands;url=properties_menu.htm;");
aI("text=Santa Rosa Creek;url=creek_menu.htm;");
aI("text=Creekside Reserve;url=creekside_menu.htm;");
aI("text=Forest Conservation;url=forest_menu.htm;");
}

with(milonic=new menuname("Issues")){
margin=5;
style=submenuStyle;
aI("text=News;url=news_menu.htm;");
aI("text=Resources;url=resources_menu.htm;");
}

with(milonic=new menuname("Publications")){
margin=5;
style=submenuStyle;
aI("text=Watershed & Insider;url=publications_menu.htm;");
aI("text=Reports;url=reports_menu.htm;");
}

with(milonic=new menuname("Participate")){
margin=5;
style=submenuStyle;
aI("text=Membership;url=membership_menu.htm;");
aI("text=Donations;url=donations_menu.htm;");
aI("text=Estate Planning;url=estateplanning.htm;");
}
drawMenus();

