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=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ff3366";
oncolor="#000099";
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="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("showmenu=promotocross;text=Pro Motocross;");
aI("showmenu=trackinfo;text=Track Info;");
aI("showmenu=amateurmx;text=Amateur MX;");
aI("showmenu=atvs;text=ATVs;");
aI("showmenu=results;text=Results;");
aI("text=Open Riding;url=openriding.htm;");
aI("showmenu=weather;text=Local Weather;");
aI("text=Contact Us;url=contactus.htm;");
}

with(milonic=new menuname("promotocross")){
overflow="scroll";
style=menuStyle;
aI("text=July 4th Motocross Nationals;url=motocrossnational.htm;")
aI("text=July 4th Amateur Racing;url=july_4th_amateur_racing.htm;")
aI("text=ATV Nationals;url=atvnationals.htm;")
aI("text=2007 Photos;url=2007_mx_national/index.htm;target=_blank")
}

with(milonic=new menuname("trackinfo")){
style=menuStyle;
aI("text=Directions, Hotels, etc.;url=directions.htm;");
aI("text=General Rules;url=generalrules.htm;");
}

with(milonic=new menuname("amateurmx")){
style=menuStyle;
aI("text=Class List;url=classlist.htm");
aI("text=Race Rules;url=racerules.htm;");
aI("text=Race Fees;url=racefees.htm;");
aI("text=LL Amateur Regional;url=llamateurregional.htm;");
}

with(milonic=new menuname("ATVs")){
style=menuStyle;
aI("text=ATV Nationals;url=atvnationals.htm;");
aI("text=Amateur ATV;url=amateuratv.htm;");
aI("text=Photo Gallery;url=http://minixcam.net/redbud.2007.ATV.quad.pics/;target=_blank");
}

with(milonic=new menuname("Results")){
style=menuStyle;
aI("text=Race Results;url=http://redbudmx.com/results/index.asp;target=_blank");
}



with(milonic=new menuname("Weather")){
style=menuStyle;
aI("text=Weather in Buchanan MI;url=http://www.accuweather.com/us/mi/buchanan/49107/city-weather-forecast.asp?partner=accuweather&u=1&traveler=0;target=_blank");
}
drawMenus();

