
/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About NMOBC', null, null,
		['Church History', 'history.html', [, , 165]],
		['Church Without Walls', 'cwow.html', [, 24, , 24]]
	],
	['Pastor Mitchell', null, null,
	    ['About the Pastor', 'about.html', [, , 165]],
		['Reflections Of Our Pastor', 'reflections.html', [, 24, , 24]]
	],
	['Vision Statement', 'vision.html'],
	['Our Ministries', 'ministries.html'],
	['Salvation', 'salvation.html', null,
		['Prayer Request', 'mailto:lukemitchelljr@msn.com?subject=Prayer Request']
	],
	['News You Can Use', 'newsletters.html'],
	['Monthly Calendar', 'calendar.html'],
	['Sermons & CD\'s', 'marketing.html'],
	['Building Expansion & Construction', 'building-project.html', null,
	     ['Intergenerational Resource Center', 'igrc.html']
	],
	['Oliveland Book and Gift Shop', 'bookstore.html', null,
	    ['Bible Search', 'http://www.biblegateway.com'],
	 ],
	['Donations', 'donations.html'],            
	['Contact Us', 'contactus.html']
];
