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=1;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
	fontfamily="Arial, Verdana";		// font in navbar, Arial, Helvetica, sans-serif, Lucida Grande, sans-serif, 
	fontsize="10px";			// font size in navbar, 9px
	fontweight="bold";
	align="center";				// text alignment in navbar 'cells'
	offbgcolor="#003399";		// color of navbar 006600
	onbgcolor="#000066";		// color of navbar on mouse-over 003300
	offcolor="#ffffff";
	oncolor="#ffffff";
	separatorcolor="#99ccff";
	separatorsize="1";
	padding="0";
	itemheight="25px";
	itemwidth="105px";
}

with(submenuStyle=new mm_style()){
	fontfamily="Lucida Grande, Arial, Verdana, sans-serif";
	fontsize="11px";
	fontstyle="normal";
	bordercolor="#003300";
	borderstyle="solid";
	borderwidth="1";
	headerbgcolor="#ffffff";
	headercolor="#006600";
	offbgcolor="#f0f0f0";
	offcolor="#000000";
	onbgcolor="#003399";
	oncolor="#ffffff";
	separatorcolor="#000000";
	separatorsize="1";
	padding="3px 10px";
	subimage='menu/arrowoff.gif';
	onsubimage='menu/arrowon.gif';
	subimagepadding="0 5px 0 5px";
}

with(milonic=new menuname("Main Menu")){
	style=menuStyle;
	alwaysvisible=1;
	orientation="horizontal";
	menuwidth=925;
	menualign="center";
//	top=60;
//	aI("text=;"); // space holder for looks
	aI("text=HOME;url=./;");
	aI("text=MEETS;url=meetinfo.asp;"); //showmenu=meets;
	aI("text=SCORES;url=scores.asp;"); //showmenu=scores;
	aI("text=36 CLUB;url=36club.asp;");
//	aI("showmenu=newsletters;text=NEWSLETTERS;url=newsletter.asp;");
	aI("text=FUNDRAISING;url=fundraising.asp;"); //showmenu=fundraising;
	aI("text=PARENTS;url=parents.asp;");
	aI("text=SPONSORS;url=sponsors.asp;");
	aI("text=CONTACT US;url=contactus.asp;");
	aI("text=LINKS;url=links.asp;"); //showmenu=links;
//	aI("text=;"); // space holder for looks
}

drawMenus();

