/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://christchurchsp.org'],
	['Inside Christ Church', null, null,
		['Sundays', null, null,
			['Lectionary Readings', 'http://www.preparingforsunday.com/Lectionary/viewLectionary.asp?imemberid=2042&page=cur'],
			['Sunday at Christ Church', './sundays.php']
		],
		['Clergy', './clergy.php'],
		['Ministries', './ministries.php'],
		['The Vine (Newsletter)', './thevine.php'],
		['Our Vestry', './ourvestry.php'],
		['Youth Pages', 'http://christchurchsp.org/id94.htm', null,
			['Our Youth', './youth.php'],
			['Diocesan Newsletter', './youthworksnewsletter.php']
		],
		['History of Christ Church', './history.php'],
		['Our Anglican Heritage', null, null,
			['Our Anglican Heritage', './heritage.php'],
			['Living into Our Baptismal Covenant', 'http://christchurchsp.org/id129.htm'],
			['Other Links of Interest', './links.php']
		],
		['Members', 'http://christchurchsp.org/members/main.php']
	],
	['Spiritual Growth Resources', null, null,
		['The Voyagers', './voyagers.php'],
		['Community of Aidan and Hilda', 'http://www.aidantrust.org/']
	],
	['About', null, null,
		['Contact Us', 'http://christchurchsp.org/id32.htm'],
		['Locate Us', 'http://christchurchsp.org/id68.htm']
	]
];
