/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Who We Are', null, null,
		['Mission', 'missionstatement.html'],
		['History', 'history.html'],
		['Board of Directors', 'kmaboard.html'],
		['Contact Us', 'contactus.html'],
		['Helpful Links', 'links.html']
	],
	['Membership', null, null,
		['Join KMA! ', 'membership.html'],
		['Membership Application', 'application.pdf'],
		['Membership Services', 'services.html'],
		['Membership Directory', 'KMADirectory2008.pdf'],
		['Survey Results / Data', 'survey.html']
	],
	['Our Members', null, null,
		['Institutional Members', 'institutionalcity.html'],
		['Business Members', 'businessmembers.html']
	],
	['Training & Networking', null, null,
		['Annual Conference', 'annualmeeting.html'],
		['Workshops', 'workshops.html'],
		['Employment Listings', 'emplistings.html'],
		['Membership Directory', 'KMADirectory2008.pdf']
	],
	['Newsletter', null, null,
		['Exchange', 'exchange.html'],
		['Express Exchange E-Newsletter', 'eexchange.html']
	],
	['Programs', null, null,
		['Institutional Grants', 'grants.html'],
		['Awards of Excellence', 'awardsofexcellence.html'],
		['Prof. Dev. Scholarship', 'professionaldev.html'],
		['Interlibrary Loan', 'interlibraryloan.html']
	]
];
