//This makes the horizontal navigation for the second tier
	setHorizontalNav()

//List the first tier and addMenuItem is for second tier
	createMenu("Home", "Home", "/index.asp");

	createMenu("Our_Church", "Our Church", "/Our_Church/");
		addMenuItem("Our_Church", "Introduction", "/Our_Church/");
		addMenuItem("Our_Church", "History", "/Our_Church/history.asp");
		addMenuItem("Our_Church", "Calendar & Events", "/calendar.asp");
		//addMenuItem("Our_Church", "News", "/Our_Church/news.asp");		
		//addMenuItem("Our_Church", "Staff", "/Our_Church/staff.asp");

	createMenu("Worship", "Worship", "/Worship/");	
		//addMenuItem("Worship", "Services", "/Worship/");
		//addMenuItem("Worship", "Prayer Requests", "/Worship/prayer.asp");
	
	createMenu("Outreach", "Outreach");
		addMenuItem("Outreach", "Missions In Progress", "/Outreach/upcoming.asp");
		addMenuItem("Outreach", "Past Missions", "/Outreach/previous.asp");
		addMenuItem("Outreach", "Shawl Ministry", "/Outreach/shawl.asp");
		addMenuItem("Outreach", "Pitter Patter Pantry", "/Outreach/pitterpatter.asp");

	createMenu("Groups", "Groups", "/Groups/");
		addMenuItem("Groups", "Choir", "/Groups/choir.asp");
		addMenuItem("Groups", "Bell Choir", "/Groups/bells.asp");
		addMenuItem("Groups", "UM Women", "/Groups/umcw.asp");
		//addMenuItem("Groups", "UM Men", "/Groups/umcm.asp");

	createMenu("Youth", "Youth Activities");
		addMenuItem("Youth", "Sunday School", "/Youth/sunsch.asp");
		addMenuItem("Youth", "YGW - Youth Group", "/Youth/ygw.asp");
		addMenuItem("Youth", "Vacation Bible School", "/Youth/vbs.asp");
		//addMenuItem("Youth", "Trunk or Treat", "/Youth/tort.asp");

	createMenu("Contact", "Contact Us", "/Contact/");