/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'128'}],
	['Food and Drink', '', {'tw':'_self','tt':'','sw':'149'},
		['Standard Fare', 'menu.html', {'tw':'_self','tt':'','sw':'224'}],
		['Today\'s Specials', 'specials.html', {'tw':'_self','tt':'','sw':'224'}],
		['Wines', 'wine.html', {'tw':'_self','tt':'','sw':'224'}],	
		['Beers', 'beer.html', {'tw':'_self','tt':'','sw':'224'}],
		['Martinis', 'martini.html', {'tw':'_self','tt':'','sw':'224'}],
	],	
	['Join Our Mailing List', 'mailinglist.html', {'tw':'_self','tt':'','sw':'189'}],
	['In the Press', 'press.html', {'tw':'_self','tt':'','sw':'149'}],
	['Calendar', 'calendar.html', {'tw':'_self','tt':'','sw':'149'}],
	['Find Us', 'contactus.html', {'tw':'_self','tt':'','sw':'129'}],	
];

