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=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#3A4F8E";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="76%";
fontstyle="normal";
fontfamily="Arial";
overflow="scroll";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#EEBC35";
offcolor="#3A4F8E";
onbgcolor="#3A4F8E";
oncolor="#FFFFFF";
pagebgcolor="#3A4F8E";
pagecolor="EEBC35";
separatorcolor="#3A4F8E";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
align="150";
style=menuStyle;
itemwidth=174;
itemheight=20;
aI("text=Leadership;url=leadership.html;");
aI("text=Governor's News and Info;url=govnews.html;");
aI("text=Clubs;url=clubs.html;");
aI("text=Calendar of Events;url=cal.html;");
aI("text=Golf Events;url=golf.html;");
aI("text=What's News??;url=projects.html;");
aI("text=Forms;url=forms.html;");
aI("text=Objectives and Ethics;url=obj.html;");
aI("text=Join Today!;url=join.html;");
aI("text=Photo Gallery;url=photos.html;");
aI("text=Links;url=links.html;");
aI("text=Privacy Policy;url=privacy.html;");
aI("text=Contact Us;url=contact.html;");
aI("text=Home;url=index.html;");
}

drawMenus();

