/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Welcome', 'index.html'],
	['About Us', 'aboutus.htm', null,
		['Meet Our Staff', 'aboutus.htm#staff']
	],
	['Request Quote', 'requestquote.htm', null,
		['Homeowners & Renters', 'homequote.htm'],
		['Automobile', 'autoquote.htm'],
		['Business & Commercial', 'Contactus.htm'],
		['Life', 'lifequote.htm'],
		['Health, Disability & Long Term Care', 'lifequote.htm']
	],
	['Companies We Represent', 'companies.htm', null,
		['Claims', 'claims.htm']
	],	
	['Helpful Links', 'helplinks.htm', null,
		['Insurance Links', 'helplinks.htm#insurance'],
		['New To Area', 'helplinks.htm#new'],
		['Professional Links', 'helplinks.htm#prof']
	],
	['Career Opportunities', 'aboutus.htm#Resume'],
	['Refer A Friend', 'refer.htm',null]
];
