/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['I\'m New', 'imnew.html', {'bw':200}],
	['What We Are', 'whatweare.html', {'sw':130}],
	['About Seabrook UMC', null, {'sw':160, 'bw':160},
		['Location', 'location.html'],
		['Church Staff', 'staff.html'],
		['Pastor', 'pastor.html'],
		['Children&rsquo;s Ministry', 'children.html'],
		['Family Ministry', 'familyretreat.html'],
		['Youth', 'youth.html'],
/*		['FAQ', 'FAQ.html']*/
		['UMW', 'UMW.html']
	],
	['Learning', 'learning.html', {'bw':150}],
	['Serving', null, null,
		['Music Ministries','musicministries.html'],
		['St. Stephen','SOSS.html']
	], 
	['Downloads', 'downloads.html'], 
	['Upcoming Events', 'upcomingevents.html', {'sw':141}] 
];
