/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Company Overview', 'http://www.hilandpartners.com/index.html', null,
		['Mission Statement', 'http://www.hilandpartners.com/mission.html'],
		['Senior Management', 'http://www.hilandpartners.com/managers.html'],
		['News and Highlights', 'http://www.hilandpartners.com/news.html'],

	],
	['Assets', 'http://www.hilandpartners.com/assets.html'],
	['K-1 Tax Information', null, null,
		['Hiland Partners, LP', 'http://www.k1support.com/hiland'],
		['Hiland Holdings GP, LP', 'https://www.taxpackagesupport.com/hpgp']
	],
	['EHS Statements', null, null,
		['Environmental', 'http://www.hilandpartners.com/environmental.html'],
		['Safety', 'http://www.hilandpartners.com/ehs.html']
	],
	['Careers', 'http://www.hilandpartners.com/employment.html'],
	['Contact Us', 'http://www.hilandpartners.com/contactus.html']
];