/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'index.htm', null,
		['Location', 'location.htm'],
		['Statement of Faith', 'statement.htm'],
		['Meeting Times', 'times.htm'],
		['What We Support', 'support.htm'],
		['F.A.Q.', 'faq.htm']
	],
	['Contact Us', 'contact.htm'],


	['Outreach', null, null,
		['Soul Cafe', 'soulcafe.htm'],
		['Prayer', 'prayer.htm'],
		['Newsletter', 'newsletter.htm']
	],
	['Links', 'links.htm']
];
