/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Everyday Solutions', '', null,
		['Savings', '/everydaysolutions/savings.html', null],
		['Checking','/everydaysolutions/checking.html', null],
		['Loans', '/everydaysolutions/loans.html', null],
		['Credit Cards', '/everydaysolutions/creditcards.html', null],
		['Mortgages', '/everydaysolutions/mortgages.html', null],
		['Member Business Accounts', '/everydaysolutions/memberbusinessaccounts.html', null],
		['Health Savings Accounts', '/everydaysolutions/healthsavingsaccounts.html', null]
	],
	['About Us', '', null,
		['History', '/aboutus/history.html', null],
		['Financial Statement', '/aboutus/financialstatement.html', null],
		['From the President', '/aboutus/fromthepresident.html', null],
		['Community Involvement', '/aboutus/communityinvolvement.html', null],
		['Commercials', '/aboutus/commercials/', null],
		['Our Company Partners', '/aboutus/ourcompanypartners.html', null],
		['Branches', '/aboutus/branches.html', null],
		['ATMs', '/aboutus/atms.html', null]
	],
	['Kemba Difference', '', null,
		['Kemba Insurance Agency', '/difference/insuranceagency.html', null],
		['Kemba Auto Resources', '/difference/autoresources.html', null],
		['Tax Preparation', '/difference/taxpreparation.html', null],
		['Identity Theft', '/difference/identitytheft.html', null],
		['AD&D', '/difference/add.html', null],
		['Retirement Central', '/difference/retirementcentral.html', null],
		['Financial Planning', '/difference/financialplanning.html', null],
		['Financial Education', '/difference/financialeducation.html', null]
	],
	['Membership', '', null,
		['Apply Now', '/membership/applynow.html', null],
		['Eligibility', '/membership/eligibility.html', null],
		['Why Join\?', '/membership/whyjoin.html', null],
		['CU Philosophy', '/membership/cuphilosophy.html', null],
		['Clubs', '/membership/clubs.html', null]
	]
];