/* Tigra Menu items structure */
var MENU_ITEMS2 = [
	['Home', 'index.html'],
	['Services', 'services.html', null,
		['Ambulatory Surgery Center Development and Support', 'services.html#1'],
		['Surgical Services Process Improvement Assessment', 'services.html#2'],
		['Urgent Care Center Feasibility and Development', 'services.html#3'],
		['Benchmarking and Hospital Management Services', 'services.html#4']
	],
	['About Us', 'about.html'],
	['Client Map', 'usa-map.html'],
	['Endorsements', 'endorsements.html'],
	['Publications', 'publications.html'],
	['Presentations', 'presentations.html'],
	['Careers', 'careers.html'],
	['Contact', 'contact.html'],
	['Clients', 'clientsecure.html'],
	['Links', 'links.html'],
];
