_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=5               // Sub menu top offset
_subOffsetLeft=2              // Sub menu left offset
_sidetop=200;

with(subStyle=new mm_style()){
	styleid=1;
	bordercolor="#84A9C7";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="arial, tahoma";
	fontsize="68%";
	fontstyle="normal";
	headerbgcolor="#AFD1B5";
	headerborder=1;
	headercolor="#000099";
	offbgcolor="#F4F4F4";
	offcolor="#000000";
	onbgcolor="#C0D3E2";
	onborder="1px solid #999999";
	oncolor="#000000";
	padding=3;
	pagebgcolor="#C0D3E2";
	pagecolor="#000066";
	valign="middle";
	menubgcolor='#F4F4F4';
}

with(mainStyle=new mm_style()){
	styleid=1;
	fontfamily="arial, tahoma";
	fontsize="68%";
	fontstyle="normal";
	headerbgcolor="#AFD1B5";
	headerborder=1;
	headercolor="#000099";
	offbgcolor="transparent";
	offcolor="#000000";
	onbgcolor="transparent";
	oncolor="#305981";
	padding=3;
	pagebgcolor="transparent";
	pagecolor="#000066";
	valign="middle";
	fontweight="bold";
	menubgcolor="#F4F4F4";
}

	with(milonic=new menuname("nav1")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
//		aI("text=Get Free Email;url=/getfreeemail;");
		aI("text=Check Email;url=/checkmail;");		
	}

	with(milonic=new menuname("nav2")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
//		aI("text=Vision and Mission;url=/vision.php;");
		aI("text=Location;url=/location.php;");
		aI("text=Staff;url=/staff1.php;");
		aI("text=Ministries;showmenu=nav2a;");
	}
	
	with(milonic=new menuname("nav2a")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
		aI("text=Music;url=/music.php;showmenu=nav2a1;tooltip=Music");
		aI("text=Senior Adults;url=/senioradults.php;");
		aI("text=Men;url=/men.php;");
		aI("text=Women;url=/women.php;");
		aI("text=Singles;url=/singles.php;");
		aI("text=University;url=/university.php;");
		aI("text=Youth;url=/youth.php;");
		aI("text=Children's;url=/childrens.php;");
		aI("text=C.L.C.;url=/clc.php;");
	}

	with(milonic=new menuname("nav2a1")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
	//	aI("text=The Green Room;url=/greenroom.php;");
	//	aI("text=W4Y;url=/w4y.php;");
	}

	with(milonic=new menuname("nav2a2")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
		aI("text=3:18 Blog;url=/media/media/blog.php?bt_id=200704100604449B3F8C;");
	}

	with(milonic=new menuname("nav3")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
		aI("text=Worship;url=/worship.php;");
		aI("text=Prayer;url=/prayer.php;");
		aI("text=Discipleship;url=/discipleship.php;");
		aI("text=Missions;url=/missions.php;");
		aI("text=Fellowship;url=/fellowship.php;");
		aI("text=Outreach;url=/outreach.php;");
	}
	
	with(milonic=new menuname("nav4")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
//		aI("text=Announcements;url=/announcements.php;");
		aI("text=Calendar;url=/calendar.php;");
		aI("text=Employment;url=/employment.php;");
	}

	with(milonic=new menuname("nav5")){
		style=subStyle;
		margin=3;
		itemwidth=97;
		overflow="scroll";
		aI("text=First Words & Other Documents;url=/firstwords.php;");
		aI("text=Recent Sermons;url=/media/media/recent.php;");
		aI("text=Archived Sermons;url=/media/media/list.php;");
		aI("text=Search Archive;url=/media/media/search.php;");
	}

	with(milonic=new menuname("MainMenu")){
		style=mainStyle;
		top=250;
		left=10;
		alwaysvisible=1;
		overflow="scroll";
		orientation="horizontal";
		position="relative";
		itemheight=15;
		itemwidth=105;
		align='center';
		margin=0;
		aI("text=Home;url=/index.php;");
		aI("text=Who We Are;showmenu=nav2;");
		aI("text=What We Do;showmenu=nav3;");
		aI("text=What's Going On;showmenu=nav4;");
		aI("text=Resources;showmenu=nav5;");
		aI("text=All About Him;url=/allabouthim.php;");
	}

drawMenus();