/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', null, null,
		['The Facility', null, null,
			['General Overview', 'facility.htm'],
			['Hours', 'facility_hours.htm'],
			['Location', 'facility_location.htm'],
			['Etiquette and Rules', 'facility_rules.htm'],
			['Gallery', 'facility_gallery.htm']
		],
		['Board of Directors', 'member_boardofdir.htm'],
		['Managers Greeting', 'member_mgrcomments.htm'],
		['Feedback', 'member_feedback.htm'],
		['Contact Us', 'facility_hours.htm']
	],
	['Membership', null, null,
		['Rates and Benefits', 'membership.htm'],
		['Guest Information', 'guests.htm'],
		['Etiquette and Rules', 'facility_rules.htm']
	],
	['Lessons', null, null,
		['Lessons Schedule', null, null,
			['Badminton Lessons', 'badminton_lessons.htm'],
			['Tennis Lessons', 'tennis_lessons.htm']
		]
	],
	['Leagues', null, null,
		['League Schedule', null, null,
			['Badminton League', 'badminton_events_leagues.htm'],
			['Tennis League', 'tennis_events_leagues.htm']
		]
	],
	['Event Schedule', null, null,
		['Calendar of Events', 'events.htm'],
		['Social Events', 'events_social.htm']
	],
	['News and Information', 'member_newsinfo.htm'],
	['Related Links', 'links.htm']
];
