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()){
align="center";
fontfamily="georgia, arial, Verdana, Tahoma";
fontsize="14px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#FFFFFF";
headercolor="#000000";
itemheight=30;
offcolor="#FFFFFF";
oncolor="#FFFF00";
outfilter="randomdissolve(duration=0.3)";
pagecolor="#FFFFFF";
subimage="";
padding=10;
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
itemwidth=200;
offbgcolor="#310708";
offcolor="#FFFFFF";
onbgcolor="#310708";
oncolor="#FFFF00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95))";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Hunting")){
style=submenuStyle;
aI("text=Trophy Black Bear Hunting;url=/trips/bear.html;");
aI("text=Timber Wolf;url=/trips/wolf.html;");
aI("text=Upland Game Bird;url=/trips/upland_game_bird.html;");
}

with(milonic=new menuname("Fishing")){
style=submenuStyle;
aI("text=Sport Fishing;url=/trips/fishing.html;");
}

drawMenus();

