_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="DarkCyan";
borderstyle="solid";
borderwidth="1";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="italic";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="DarkCyan";
offcolor="White";
onbgcolor="DarkSlateGray";
oncolor="White";
padding="4";
pagebgcolor="DarkSlateGray";
separatorcolor="DarkCyan";
separatorsize="1";
subimage="images/white_7x7.gif";
subimagepadding="2";
itemwidth="155";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="DarkSlateGray";
offcolor="White";
onbgcolor="DarkCyan";
oncolor="Black";
padding="4";
pagebgcolor="DarkCyan";
pagecolor="White";
subimage="images/white_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=779;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Where We Serve;target=;url=Where-We-Serve.html;");
aI("text=Ministries;target=;url=Ministries.html;");
aI("text=Projects;target=;url=Projects.html;");
aI("text=Go;target=;url=Go.html;");
aI("text=Give;target=;url=Give.html;");
}


 drawMenus();

