_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/breeze17.gif";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="Navy";
oncolor="Blue";
separatorcolor="Transparent";
separatorpadding="1";
separatorsize="5";
subimage="images/yellow.gif";
subimagepadding="2";
itemheight="34";
itemwidth="124";
}

with(submenuStyle=new mm_style()){
bordercolor="#67A1CE";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#D5EBFC";
offcolor="#67A1CE";
onbgcolor="#91C7F1";
onborder="1px solid #67A1CE";
oncolor="#000000";
padding="4";
pagecolor="#000000";
separatorsize="1";
subimage="images/yellow.gif";
subimagepadding="8";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
itemwidth="95";
align="center";
itemheight="28";
aI("text=Home;target=;url=http://www.lightfellowship.org/;align=center;");
aI("showmenu=Statement of Faith/Statement on Doctrinal DistinctivesLEFT_MENU;text=Statement of Faith;target=;url=Statement-of-Faith.html;align=center;");
aI("text=Newsletter;target=;url=Newsletter.html;align=center;");
aI("text=Calendar of Events;target=;url=Calendar-of-Events.html;align=center;");
aI("text=Contact Us;target=;url=Contact-Us.html;align=center;");
aI("showmenu=Membership /Registration FormLEFT_MENU;text=Membership ;target=;url=Membership.html;align=center;");
}

with(milonic=new menuname("Statement of Faith/Statement on Doctrinal DistinctivesLEFT_MENU")){
style=submenuStyle;
aI("text=Statement on Doctrinal Distinctives;target=;url=Statement-on-Doctrinal-Distinctives.html;");
}

with(milonic=new menuname("Membership /Registration FormLEFT_MENU")){
style=submenuStyle;
aI("text=Registration Form;target=;url=Registration-Form.html;");
}


 drawMenus();

