/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.a2zlimos.com/index.html', {'tw':'_self'},
		['About', 'http://www.a2zlimos.com/about.html', {'tw':'_self'}],
		['Mission', 'http://www.a2zlimos.com/mission.html', {'tw':'_self'}],
		['Employment', 'http://www.a2zlimo.com/employment.html', {'tw':'_self'}],
		['FAQs', 'http://www.a2zlimos.com/faqs.html', {'tw':'_self'}],
		['Privacy Policy', 'http://www.a2zlimos.com/privacy-policy.html', {'tw':'_self'}],
		['Terms of Use', 'http://www.a2zlimos.com/terms-of-use.html', {'tw':'_self'}]
	],
	['Fleet', 'http://www.a2zlimos.com/fleet.html', {'tw':'_self'},
		['Sedan', 'http://www.a2zlimos.com/sedans.html', {'tw':'_self'}],
		['Van', 'http://www.a2zlimos.com/vans.html', {'tw':'_self'}],
		['Limousine', 'http://www.a2zlimos.com/limousines.html', {'tw':'_self'}],
		['Escalade Limo', 'http://www.a2zlimos.com/escalade-limousines.html', {'tw':'_self'}],
		['Hummer Limo', 'http://www.a2zlimos.com/hummer-limousines.html', {'tw':'_self'}],
		['Mini Bus', 'http://www.a2zlimos.com/mini-buses.html', {'tw':'_self'}],
		['Party Bus', 'http://www.a2zlimos.com/party-buses.html', {'tw':'_self'}],
		['Limo Bus', 'http://www.a2zlimos.com/limo-buses.html', {'tw':'_self'}],
		['Limo Truck', 'http://www.a2zlimos.com/limo-truck.html', {'tw':'_self'}],
		['Coach Bus', 'http://www.a2zlimos.com/coach-bus.html', {'tw':'_self'}]
	],
	['Services', 'http://www.a2zlimos.com/services.html', {'tw':'_self'},
		['Corporate', 'http://www.a2zlimos.com/corporate.html', {'tw':'_self'}],
		['Transfers', 'http://www.a2zlimos.com/transfers.html', {'tw':'_self'}],
		['Schools', 'http://www.a2zlimos.com/educational.html', {'tw':'_self'}],
		['Proms', 'http://www.a2zlimos.com/formals.html', {'tw':'_self'}],
		['Events', 'http://www.a2zlimos.com/event-transportation.html', {'tw':'_self'}],
		['Weddings', 'http://www.a2zlimos.com/wedding.html', {'tw':'_self'}]
	],
	['Testimonials', 'http://www.a2zlimos.com/testimonials.html', {'tw':'_self'}],
	['Contact Us', 'http://a2zlimos.com/contact.html', {'tw':'_self'}]
];

