/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':''}],
	['Get a Quote', '#', {'tw':'_self','tt':''},
		['Auto Insurance', 'auto.html', {'tw':'_self','tt':''}],
		['Life Insurance', 'life.html', {'tw':'_self','tt':''}],
		['Homeowners', 'homeowners.html', {'tw':'_self','tt':''}],
		['Business', '#', {'tw':'_self','tt':''},
			['Quote Form', 'business.html', {'tw':'_self','tt':''}],
			['Employee Census', 'census.html', {'tw':'_self','tt':''}],
		],
	],					
	['About Us', 'aboutus.html', {'tw':'_self','tt':''}],
	['Insurance', '', {'tw':'_self','tt':''},
		['Providers', 'providers.html', {'tw':'_self','tt':''}],
		['Pay Your Premium', 'payments.html', {'tw':'_self','tt':''}],
		['Insurance Links', 'inslinks.html', {'tw':'_self','tt':''}],
	],
	['Investments', '/approach.html', {'tw':'_self','tt':''}],
/*		['Our Approach', '/approach.html', {'tw':'_self','tt':''}],
		['Investment Firms', '/investments.html', {'tw':'_self','tt':''}],
	],*/
	['Taxes', '/taxes.html', {'tw':'_self','tt':''},
		['Where is my Federal Refund?', 'https://sa2.www4.irs.gov/irfof/lang/en/irfofgetstatus.jsp', {'tw':'_blank','tt':''}],	
		['Where is my NY State Refund?', 'https://www7.nystax.gov/PRIS/prisHome', {'tw':'_blank','tt':''}],
	],	 
	['Contact Us', '/contactus.html', {'tw':'_self','tt':''}],
	
];
