/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Services', null, null,
		['Health Systems Integration', 'http://copehealthsolutions.org/services/hsi/index.html', null,
					['Camino de Salud', 'http://copehealthsolutions.org/services/hsi/index.html']
		],
		['Health Workforce ', 'http://copehealthsolutions.org/hwt/index.html', null,
		 			['For Hospitals', 'http://copehealthsolutions.org/hwt/hospitals.html']
					,
					['For Students', 'http://copehealthsolutions.org/hwt/students.html', null,
						['Clinical Care Extender ', 'http://copehealthsolutions.org/hwt/cce.html'],
						['Red Shirt', 'http://copehealthsolutions.org/hwt/redshirt.html'],
						['Nurse Scholar Program', 'http://copehealthsolutions.org/hwt/nursescholar.html'],
						['Forms', 'http://copehealthsolutions.org/hwt/forms.html'],
						['Contact Your Local Program Office', 'http://copehealthsolutions.org/hwt/contactus.html'],
					]
		],
		['Health System Consulting', 'http://copehealthsolutions.org/hospitalconsulting.html', null]
		
	],
	
	['About Us', 'http://copehealthsolutions.org/aboutcope/index.html', null,
		['Mission & Vision', 'http://copehealthsolutions.org/aboutcope/mission.html'],
		['Values', 'http://copehealthsolutions.org/aboutcope/values.html'],
		['Governance and Planning', 'http://copehealthsolutions.org/aboutcope/directors.html', null,
					['Board of Directors', 'http://copehealthsolutions.org/aboutcope/directors.html']
		],
		['Management Team', 'http://copehealthsolutions.org/aboutcope/management.html']
	],
	
	['Join Our Team', 'http://copehealthsolutions.org/careerswithcope/index.html', null,
		['Department Openings', 'http://copehealthsolutions.org/careerswithcope/departmentopenings.html']
	],
	['Events', 'http://copehealthsolutions.org/events/index.html', null,
	 	['Upcoming Events', 'http://copehealthsolutions.org/events/index.html'],
		['Past Events', 'http://copehealthsolutions.org/events/pastevents.html'],
		['Photo Gallery', 'http://copehealthsolutions.org/events/gallery.html']
	],
	['In the News', 'http://copehealthsolutions.org/pressreleases.html', null,
	 	['Press','http://copehealthsolutions.org/pressreleases.html']
		
	],
	['Contact Us', 'http://copehealthsolutions.org/contactus/index.html', null ]
];

/* Tigra Menu PRO items structure */
/*
var MENU_ITEMS = [
	['Home', null, null,
		['Company Info', null],
		['Mission', null],
		['Press Releases', null]
	],
	['Products', null],
	['Services', null],
	['Support', null]
];
*/