/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.abespa.org'],
	['Board Members', 'http://www.abespa.org/board.htm'],
	['Rules & Regulations', 'http://www.abespa.org/rules.htm'],
	['For Consumers', 'http://www.abespa.org/consumers.htm'],
	['Download Forms', 'http://www.abespa.org/forms.htm'],
	['Map: US Cong. Districts', 'http://www.abespa.org/files/CongressionalDistricts.pdf', {'tw':'_blank'}],
	['Licensee Requests', 'http://www.abespa.org/requests.htm'],
	['Continuing Education', 'http://www.abespa.org/ce.htm'],
	['License Verification', 'http://www.abespa.org/verify.htm'],
	['Minutes & Newsletters', 'http://www.abespa.org/publications.htm'],
	['FAQs', 'http://www.abespa.org/faqs.htm'],
	['Board Meeting Dates', 'http://www.abespa.org/dates.htm'],
	['Links', 'http://www.abespa.org/links.htm'],
	['Search ABESPA\'s Site', 'http://www.abespa.org/search.htm'],
	['Site Map', 'http://www.abespa.org/sitemap.htm']
];

