fixMozillaZIndex=true;

_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;           // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=40;                // Follow scrolling Rate
_subOffsetTop=10;              // Sub menu top offset
_subOffsetLeft=-10;            // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#9f9f8c";
oncolor="#0F6BAA";
offbgcolor="#9f9f8c";
offcolor="#000000";
bordercolor="#0F6BAA";
borderstyle="solid";
borderwidth="1";
separatorcolor="#9f9f8c";
separatorsize="1";
padding="3";
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#9f9f8c";
headercolor="#ffffff";
headerbgcolor="ffffff";
subimage="http://www.sonoma-county.org/parks/images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=120, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle1=new mm_style()){
onbgcolor="#C6BEB9";
oncolor="#0F6BAA";
offbgcolor="#C6BEB9";
offcolor="#000000";
bordercolor="#837E6A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C6BEB9";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#BEB7B1";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="http://www.sonoma-county.org/parks/images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=120, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=140;
left=18;
alwaysvisible=1;
followscroll="1";
orientation="vertical";
align="right";
aI("text=Parks Home&nbsp;&nbsp;&nbsp;;url=http://www.sonoma-county.org/parks/index.htm;status=Regional Parks Home Page;");
aI("text=About Us;showmenu=about;url=http://www.sonoma-county.org/parks/about.htm;status=About Regional Parks;");
aI("text=Annual Park Pass&nbsp;&nbsp;&nbsp;;url=http://www.sonoma-county.org/parks/p_pkpass.htm;status=Information on purchasing an Annual Parks Pass");
aI("text=Buildings For Rent;url=http://www.sonoma-county.org/parks/buildings_for_rent.htm;showmenu=buildings;status=Buildings For Rent;");
aI("text=Camping;url=http://www.sonoma-county.org/parks/camping/;showmenu=camping;status=Camping Information;");
aI("text=Discovery Center&nbsp;&nbsp;&nbsp;;url=http://www.sonoma-county.org/parks/edc.htm;status=Environmental Discovery Center;");
aI("text=Downloads;url=http://www.sonoma-county.org/parks/downloads.htm;showmenu=Downloads;status=Files Available for Downloading;");
aI("text=Employment;url=http://www.sonoma-county.org/parks/employment.htm;showmenu=employment;status=Job Opportunities;");
aI("text=Foundation;showmenu=foundation;url=http://www.sonoma-county.org/parks/foundation/index.htm;status=Regional Parks Foundation;");
aI("text=Parks;url=http://www.sonoma-county.org/parks/parks_camping.htm;showmenu=parks;status=Parks Information;");
aI("text=Park Planning Updates;url=http://www.sonoma-county.org/parks/park_planning.htm;");
aI("text=Volunteering;url=http://www.sonoma-county.org/parks/volunteer/index.htm;showmenu=volunteer;status=Volunteer Opportunities with Regional Parks;");
aI("text=What's New;showmenu=new;url=http://www.sonoma-county.org/parks/whatsnew.htm;status=What's New with Sonoma County Regional Parks;");
}

drawMenus();

