/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About USL Potomac', null, null,
		['Welcome', 'welcome.htm'],
		['Board of Directors', 'board.htm'],
		['Mission Statement', 'mission.htm'],
		['History', 'history.htm'],
		['Links', 'lax_links.htm'],
		['Vacancies', 'vacancies.htm']			
	],
	['Teams and Leagues', null, null,
		['Colleges', null, null,
			['Women', 'college_women.htm'],
			['Men', 'college_men.htm']
				],
		['Post Collegiate', null, null,
			['Women', 'post_women.htm'],
			['Men', 'post_men.htm']
			],
		['High School', 'high_school.htm', null,
			['Girls', 'hs_girls.htm'],
			['Boys', 'hs_boys.htm']
			],
		['Youth', null, null,
			['Girls', 'youth_girls.htm'],
			['Boys', 'youth_boys.htm']
			],
		['Officials', null, null,
			['Women', 'officials_women.htm'],
			['Men', 'officials.htm']
			]
	],
	['About Lacrosse', null, null,
		['About the Sport', 'about_lax.htm'],
		['Rules and Equipment', 'rules.htm']
	],
	['Membership', null, null,
		['Potomac Chapter', 'potomac_chapter.htm'],
		['Join USL', 'join_usl.htm'],
		['Membership Levels', 'join_levels.htm'],
		['Benefits', 'join_benefits.htm'],
		['FAQ', 'join_faq.htm']
	],
	['News', null, null,
		['News', 'http://www.uslacrosse.org/news/index.php']
	],
	['Events', null, null,
		['Special Events', 'events.htm'],
		['Calendar', 'calendar.htm']
	],
	['Hall of Fame', null, null,
		['About the Hall of Fame', 'about_hof.htm'],
		['Nomination Form', 'nomination_hof.htm'],
		['Virtual Hall of Fame', 'hall_of_fame.htm']
	],
	['Coaching Positions', null, null,
		['Open Positions', 'vacancies.htm']
	],
	['Home', 'index.htm'
	]
];
