fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=2;



<!-- this section controls the appearance of the menus -->
with(menuStyle=new mm_style()){
bordercolor="#10052f";
borderstyle="solid";
borderwidth=2;
fontfamily="Tahoma, Tahoma, Tahoma";
fontsize="166%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF"; <!-- color behind menu choice text (mouse off) -->
offcolor="#000000"; <!-- color of menu choice text (mouse off) -->
onbgcolor="#10052f";  <!-- color behind menu choice text (mouse on) -->
oncolor="#FFFFFF";  <!-- color of menu choice text (mouse on) -->
<!-- outfilter="randomdissolve(duration=0)";-->
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#10052f";
separatorsize=2;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.html;");
/*aI("text=Registration;url=registration.html;");*/
aI("text=Players;url=players.html;");
aI("text=Coaches;url=coaches.html;");
aI("text=Umpires;url=umpires.html;");
aI("text=Volunteers;url=volunteers.html;");
aI("text=Calendar;url=calendar.html;");
aI("showmenu=Divisions;text=Teams/Divisions;");
aI("text=About Us;url=aboutPLL.html");
aI("text=Sponsors;url=sponsors.html");
aI("text=Downloads/Links;url=downloads.html;");
}

<!--begin section for Divisions submenu -->
with(milonic=new menuname("Divisions")){
style=menuStyle;
aI("text=TeeBall;url=inf_tball.html;");
aI("text=Farms;url=inf_farms.html;");
aI("text=AA Minors;url=inf_minorsAA.html;");
aI("text=AAA Minors;url=inf_minorsAAA.html;");
aI("text=Majors;url=inf_majors.html;");
aI("text=Team Finder;url=teamfinder.html;");
}


drawMenus();

