/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', null, null,
		['Calendar', 'http://www.vmaa.org/template.php?pageID=12'],
		['Historical Background', 'http://www.vmaa.org/template.php?pageID=1'],
		['2006 Brochure', null]
	],
	['Membership', null, null,
		['Application', 'http://www.vmaa.org/template.php?pageID=2']
	],
	['Roster', null, null,
		['Arbitrating Members', 'http://www.vmaa.org/template.php?pageID=13'],
		['Supporting Members', 'http://www.vmaa.org/template.php?pageID=14']
	],
	['Arbitration', null, null,
		['Arbitration Clause', 'http://www.vmaa.org/template.php?pageID=4'],
		['Arbitration Rules', 'http://www.vmaa.org/template.php?pageID=3']
	],
	['Mediation', null, null,
		['Mediation Clause', 'http://www.vmaa.org/template.php?pageID=6'],
		['Mediation Rules', 'http://www.vmaa.org/template.php?pageID=5']
	],
	['Documents', null, null,
		['Constitution & Bylaws', 'http://www.vmaa.org/template.php?pageID=7'],
		['Newsletters', 'http://www.vmaa.org/template.php?pageID=8'],
		['Photographs', 'http://www.vmaa.org/template.php?pageID=9'],
		['Seminars', 'http://www.vmaa.org/template.php?pageID=10']
	],
	['Links', 'http://www.vmaa.org/template.php?pageID=19']
];
