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()){
bordercolor="#296488";
borderstyle="solid";
//borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
//headerbgcolor="#ffffff";
//headercolor="#000000";
offbgcolor="#820C02";
offcolor="#FFFFFF";
onbgcolor="#947E55";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#000000";
//separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
//imagealign="center";
//imagepadding="19";
}

with(img=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#37445B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding="2";
separatorcolor="#000000";
separatorsize=1;
//menualign="center";
//align="center";
//imagealign="center";
//imagepadding="19";
//imageposition="bottom";
}

with(milonic=new menuname("about")){
style=img;
menuwidth=150;
aI("text=Welcome Message;align=right;url=welcome.php;");
//aI("text=The Pastor;align=right;url=pastor.php;");
aI("text=Mission and Vision;align=right;url=mission.php;");
aI("text=Core Values;align=right;url=core.php;");
aI("text=Doctrinal Statement;align=right;url=doctrinal.php;");
}

with(milonic=new menuname("ministries")){
style=img;
menuwidth=150;
aI("text=Children's Sunday School;align=right;url=sundayschool.php;");
aI("text=Adult Bible Fellowship;align=right;url=biblefellowship.php;");
aI("text=Children's Church;align=right;url=childrenschurch.php;");
aI("text=Youth Group;align=right;url=youth.php;");
}

drawMenus();

