/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'about.html', null,
		['Benefits', 'about_benefits.html'],
		['More Information', 'about_more.html']
	],
	['Food Program', 'foods.html', null,
		['Rates', 'food_rates.html'],
		['Q & A', 'food_qa.html'],
		['Food History', 'food_history.html'],
		['Benefits', 'food_benefits.html']
	],
	['Getting Started', 'started.html', null,
		['Resources', 'started_resources.html'],
		['Direct Deposit', 'started_deposit.html'],
		['Insurance/Financial Planning', 'started_insurance.html'],
		['Taxes/Record Keeping', 'started_taxes.html'],
		['Licensing', 'started_licensing.html']
	],
	['Members                                 ', 'members.html'],
	['Adiestramientos en Espanol', 'members.html'],
	['Newsletters', 'members.html'],
	['Internet Claiming', 'claiming.html', {'sw':80}],
	['Web Pages', 'webpages.html'],
	['Referrals', 'referrals.html'],
	['Training', 'training.html', null,
		['Workshops', 'training_resources.html'],
		['Calendar/Tax Training', 'training_calendar.html'],
		['Resources', 'training_resources.html'],
		['Library', 'training_library.html'],
		['CPR', 'training_cpr.html']
	]
];
