/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sw':120}],
	
	['Coverages', '', {'sw':120},
		['Auto', 'auto.htm',{'sw':120}],
		['Property', 'property.htm', {'sw':120},],
        ['Business', 'business.htm',{'sw':120}],
        ['Umbrella', 'umbrella.htm',{'sw':120}],
        ['Life and Health', 'life.htm',{'sw':120}],
        ['Toy', 'toy.htm',{'sw':120}],

	],
	
	['About Us', '', {'sw':120},
		['Our History', 'history.htm',{'sw':120}],
		['Our Staff', 'staff.htm', {'sw':120},],
        ['Our Companies', 'companies.htm',{'sw':120}],
        ['Our Location', 'location.htm',{'sw':120}],
        ['Testimonials', 'testimonials.htm',{'sw':120}],
	],
	
	['Contact Us', 'contact.htm', {'sw':120}],
	
	['Claims', 'claims.htm', {'sw':120}],
	
	];

