/* Tigra Menu items structure */
var MENU_ITEMS = [
	['COMPANY', '/company/company.aspx', null,
		['Company History', '/company/company_history.aspx'],
		['Leadership', '/company/leadership.aspx'],
		['Testimonials', '/company/testimonials.aspx'],
	],
	['SERVICES', '/services/services.aspx', null,
		['Core Services', '/services/services.aspx'],
		['Referral Process', '/services/referral_process.aspx'],
		['National Network', '/services/national_network.aspx'],
//		['Provider Scoring', '/services/provider_scoring.aspx'],
		['Clinical Oversight Program', '/services/clinical_oversight_program.aspx'],
		['Therapy Definitions', '/services/therapy_definitions.aspx']
	],
	['PROVIDERS', '/providers/provider_relations.aspx', null,
		['Provider Benefits', '/providers/provider_benefits.aspx'],
		['Join Our Network', '/providers/join_our_network.aspx'],
		['Provider Education', '/providers/provider_education.aspx']
	],
	['TECHNOLOGY', '/technology/technology.aspx', null,
		['Our Client Portal', '/technology/client_portal.aspx'],
		['Efficient Workflow', '/technology/efficient_workflow.aspx'],
		['Securing Your Data', '/technology/securing_data.aspx']
	],
	['NEWS CENTER', '/news/news_center.aspx', null,
		['Latest News', '/news/news_center.aspx'],
		['Trade Show Schedule', '/news/show_schedule.aspx']
	],
//	['TESTIMONIALS', '/company/testimonials.aspx'],
	['CONTACT', '/contact/contact.aspx', null,
		['Customer Service', '/contact/customer_service.aspx'],
		['Make A Referral', '/make_referral.aspx'],
		['Map & Directions', '/contact/map_directions.aspx'],
		['Remote Assistance', '/Help.aspx']
	],
	['LOG-IN', null, null,
		['Easy Referral',   '/Proxy/ProxyLink.aspx?cmd=ER'],
		['Log-in to Client Portal',   '/Proxy/ProxyLink.aspx?cmd=CP'],
		['Log-in to Provider Portal', '/Proxy/ProxyLink.aspx?cmd=PP']
	],
//	['REMOTE HELP', '/Help.aspx', ],
];
