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()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="15px";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8cc63f";
offcolor="#ffffff";
onbgcolor="#8cc63f";
oncolor="#0000ff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#8cc63f";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
separatorimage="/menu_images/menu_sep.gif";
separatorsize=10;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
orientation="horizontal";
style=menuStyle;
top=120;
aI("text=home;url=/;");
aI("text=hunting & fishing;showmenu=hunting;");
aI("text=sporting clays;url=/clays.php;");
aI("text=for sale;url=/stuffforsale.php;");
aI("text=events;url=/calendar.php;");
aI("text=info;showmenu=info;");
}
with(menuSubStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="15px";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6d1719";
offcolor="#ffffff";
onbgcolor="#6d1719";
oncolor="#0000ff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#6d1719";
pagecolor="#00ff00";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
separatorsize=0;

}

with(milonic=new menuname("info")){
overflow="scroll";
style=menuSubStyle;
aI("text=prices;url=/prices.php;");
aI("text=photo album;url=/photos.php;");
aI("text=map & weather;url=/map.php;");
aI("text=links;url=/links.php;");
aI("text=contact us;url=/contact.php;");
}
with(milonic=new menuname("events")){
overflow="scroll";
style=menuSubStyle;
aI("text=upcoming events;url=/upcoming.php;");
aI("text=past events;url=/past.php;");
}
with(milonic=new menuname("hunting")){
overflow="scroll";
style=menuSubStyle;
aI("text=deer;url=/deer.php;");
aI("text=quail;url=/quail.php;");
aI("text=fishing;url=/fishing.php;");

}


drawMenus();

