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()){
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
align="center";
itemheight=30;
itemwidth=102;
offcolor="#ffffff";
oncolor="#0158a8";
onbgcolor="#f5c525";
offbgcolor="#0158a8";
ondecoration="none";
borderstyle="solid";
bordercolor="#0158a8";
borderwidth=10;
margin=6;

}

with(subStyle=new mm_style()){
styleid=1;
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#fed5ab";
onborber="1px solid #000000";
oncolor="#000000";
padding=25;
pagecolor="black";
separatorsize=1;
ondecoration="underline";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menualign="center";
orientation="vertical";
screenposition="left";
style=menuStyle;
top=216;
left=20;
aI("status=Back To Home Page;text=Home;url=index.html;");
aI("status=Council;text=Council;url=council.php;");
aI("status=Events;text=Events;url=kofc_events.php;");
aI("status=News;text=News;url=kofc_news.html;");
aI("status=Join the K of c;text=Join;url=join.html;");
}

drawMenus();


