/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.mtaxes.com/'],
	['Tax Services', 'http://www.mtaxes.com/taxes.htm', null,
		['Tax Preparation', 'http://www.mtaxes.com/taxes.htm#Tax_Preparation'],
		['Previous Tax Filing', 'http://www.mtaxes.com/taxes.htm#Previous_Tax_Filing'],
		['Electronic Filing', 'http://www.mtaxes.com/taxes.htm#Electronic_Filing'],
		['ITINS', 'http://www.mtaxes.com/taxes.htm#ITINS'],
		['Refunds', 'http://www.mtaxes.com/taxes.htm#Refunds'],
		['Deduction and Income Planning', 'http://www.mtaxes.com/taxes.htm#Deduction_And_Income_Planning'],
		['ITTNS', 'http://www.mtaxes.com/taxes.htm#ITTNS'],
		['Pricing', 'http://www.mtaxes.com/taxes.htm#Pricing']
	],
	['Insurance', 'http://www.mtaxes.com/insurance.htm', null,
		['Services/Benefits', 'http://www.mtaxes.com/services_benefits.htm'],
		['Quotes', 'http://www.mtaxes.com/quotes.htm']
	],
	['Get a Quote', 'http://www.mtaxes.com/quote.htm'],
	['Locations', 'http://www.mtaxes.com/locations.htm'],
	['Testimonials', 'http://www.mtaxes.com/testimonials.htm']
];
