fixMozillaZIndex=false; //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="#00923f";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#006633";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=135, Strength=15)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#00923f";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=0;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=160;
aI("text= Home;url=index.html;");

aI("text=About Us;url=about.html;");

aI("text=Our Faith;url=faith.html;");
aI("text=Gallery;url=gallery/album0.html;");
aI("text=News;url=news.html;");
aI("text=Work with us;url=work.html;");
aI("text=Prayer Partners;url=prayer.html;");
aI("text=Make a Donation;url=donate.html;");
aI("text=Contact Us;url=contact.html;");
aI("text=Links;url=links.html;");
}


drawMenus();



