
_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()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth="1";
fontfamily="arial, sans-serif";
fontsize="12px";
fontstyle="normal";
offbgcolor="#1e1e01";
offcolor="#ffffff";
onbgcolor="#111101";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#696d0b";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatorcolor="#636363";
separatorpadding="1";
separatorwidth="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){
styleid="1";
fontfamily="arial, sans-serif";
fontsize="15px";
fontstyle="normal";
headerbgcolor="transparent";
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#696d0b";
pagebgcolor="transparent";
pagecolor="#f0f0f0";
separatoralign="right";
separatorcolor="transparent";
separatorpadding="10";
separatorsize="5";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
rawcss="padding:2px 10px 2px 0px;"
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Staff;url=/whoweare.php#Staff;");
			aI("text=Affiliations;url=/whoweare.php#Affiliations;");
			aI("text=Beliefs;url=/whoweare.php#Beliefs;");
			aI("text=Core Values;url=/whoweare.php#Core;");
			aI("text=Motto, Mission, Purpose, Vision;url=/whoweare.php#Mission;");
		}
	
		with(milonic=new menuname("nav2")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=What to Expect;url=/expect.php;");
			aI("text=Location;url=/location.php;");
			aI("text=Meeting Times;url=/meetingtimes.php;");
			aI("text=Contact Info;url=/contact.php;");			
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Education;url=/ministry1.php;");		
			aI("text=Support;url=/ministry2.php;");		
			aI("text=Community Building;url=/ministry3.php;");		
			aI("text=Spiritual Development;url=/ministry4.php;");		
		}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");		
			aI("text=News;url=/news.php;");		
			aI("text=Events;url=/events.php;");		
			aI("text=Invite a Friend;url=/einvite.php;");			
		}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Sermons;url=/social-media-player.php;");		
			aI("text=Rental Form;url=rentalform.php;");			
		}
		
		with(milonic=new menuname("nav6")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Join a Group;url=/involved.php#Groups;");		
			aI("text=Next Steps;url=/involved.php#Membership;");			
			aI("text=Serving Opportunities;url=/involved.php#Volunteer;");			
			aI("text=Invite a Friend;url=/einvite.php;");			
		}
	

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

			aI("text=home;url=/;");
			aI("text=who we are;url=/whoweare.php;showmenu=nav1;");
			aI("text=new to NBBC?;url=/expect.php;showmenu=nav2;");
			aI("text=ministries;url=/ministry1.php;showmenu=nav3;");
			aI("text=calendar;url=/calendar.php;showmenu=nav4;");
			aI("text=media & downloads;url=/social-media-player.php;showmenu=nav5;");
			aI("text=get involved;url=/involved.php;showmenu=nav6;");
			aI("text=curious?;url=/curious.php;");
		}




drawMenus();
