

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#F3CC86";
oncolor="maroon";
offbgcolor="#71052D";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="4";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#63002B";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="16";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#FCEFC5";
onbgcolor="transparent";
oncolor="#f3cc86";
//onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#f0f0f0";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="center";
separatorcolor="#FCEFC5";
separatorpadding=6;
separatorwidth="1";
separatorsize="1";
separatorheight="15";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=95;
			
			aI("text=How to Find Us;url=/find.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=FAQ's;url=/faq.php;");
			aI("text=How to Get Connected;url=/connetced.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=103;
			
			aI("text=Who We Are;url=/who.php;");
			aI("text=Meet Our Team;url=/meet.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Our Global Connection;url=/global_connection.php;");
			}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=97;
			
			aI("text=Groups;url=/groups.php;");
			aI("text=Serving;url=/serving.php;");
			aI("text=Events;url=/events.php;");
			aI("text=Life Events;url=/life_events.php;");
			}
	
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			aI("text=Events;url=/events.php;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=The Beam;url=/beam.php;");
			}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=140;
			left="offset=20"
			aI("text=Worship & Teaching;url=/worship.php;");
			aI("text=Spiritual Practices;url=/spiritual_practices.php;");
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("text=Home&nbsp;&nbsp;&nbsp;&nbsp;;url=/index.php;");
			aI("text=&nbsp;&nbsp;&nbsp;I'm New&nbsp;&nbsp;&nbsp;&nbsp;;url=/find.php;showmenu=nav1;");
			aI("text=&nbsp;&nbsp;&nbsp;About Us&nbsp;&nbsp;&nbsp;&nbsp;;url=/who.php;showmenu=nav2;");
			aI("text=&nbsp;&nbsp;&nbsp;Connect&nbsp;&nbsp;&nbsp;&nbsp;;url=/groups.php;showmenu=nav3;");
			aI("text=&nbsp;&nbsp;&nbsp;Events&nbsp;&nbsp;&nbsp;&nbsp;;url=/events.php;showmenu=nav4;");
			aI("text=&nbsp;&nbsp;&nbsp;Worship & Teaching;url=/worship.php;showmenu=nav5;");			
		}




drawMenus();


