/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':95}],
	['About Us', 'about.html', {'sw':95}],
	['Services', 'services.html', {'sw':95}],
	['Featured Cars', 'featured.html', {'sw':95}],
	['Past Work', 'past_work.html', {'sw':95}],
	['Buy/Sell', 'buy_sell.html', {'sw':95}],
	['Directions', 'directions.html', {'sw':95}],
	['Contact Us', 'contact.html', {'sw':95}]
];
