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=0;
_subOffsetLeft=58;




with(menuStyle=new mm_style()){
align="center";
bordercolor="#eda";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize=".9em";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#41acd2";
offcolor="#000000";
onbgcolor="#66bbda";
oncolor="#FFF";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#eda";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#eda";
borderstyle="solid";
borderwidth=1,0,0,0;
fontfamily=" Tahoma, Arial";
fontsize=".85em";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#41acd2";
offcolor="#000000";
onbgcolor="#66bbda";
oncolor="#FFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#eda";
separatorsize=1;
subimage="img/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
orientation="horizontal";
style=menuStyle;
itemwidth=190;
itemheight=22;
position="relative";
aI("status=Back To Home Page;text=Home;url=index.php;");
aI("showmenu=Southwest;text=Southwest Trails;url=southwest.php");
aI("showmenu=Continental;text=Continental Divide Trails;url=cdivide_overview.php;");
aI("status=BTNF Avalanche Center;text=BTNF Avalanche Center;url=http://www.jhavalanche.org;");
}


with(milonic=new menuname("Southwest")){
style=submenuStyle;
aI("text=Overview;url=southwest.php;");
aI("text=Greys River Trails;url=greys.php;");
aI("text=Wyoming Range Trails;url=wyoming.php;");
aI("text=Smiths Fork Trails;url=smithsfork.php;");
aI("text=South Piney Creek;url=southpiney.php;");
aI("text=LaBarge Creek;url=labarge.php;");
aI("text=Pine Creek;url=pinecreek.php;");

}

with(milonic=new menuname("Continental")){
style=submenuStyle;
aI("text=Overview;url=cdivide_overview.php;");
aI("text=West Slope Trails;url=westslope.php;");
aI("text=Cache and Granite Creek;url=cache_granite.php;");
}

drawMenus();

