/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Gig_Harbor.htm', {'sw':80}],
	['Visitor Info', 'Gig_Harbor.htm#visitor', {'sw':160}],
	['Accommodations', 'accommodations.htm', {'sw':150},
	    ['Bed and Breakfasts', 'bedandbreakfast.htm'],
	    ['Campgrounds', 'campgrounds.htm'],
	    ['Hotels and Motels', 'hotels.htm'],
	    ['RV Parks', 'campgrounds.htm']
	],  
	['Food & Beverage', 'dining.htm', {'sw':150},
	    ['Asian', 'dining.htm#Asian'],
	    ['Bakeries', 'dining.htm#Bakeries'],
	    ['Coffee Houses', 'dining.htm#Coffee'],
	    ['Fast Food', 'fastfood.htm'],
	    ['Italian', 'dining.htm#Italian'],
	    ['Mexican', 'dining.htm#Mexican'],
	    ['Pizza', 'dining.htm#Pizza'],
	    ['Restaurants', 'dining.htm#Restaurants'],
	    ['Taverns', 'dining.htm#Taverns']
	],
	['Attractions', 'attractions.htm', {'sw':110},
	 	['Art and Artists', 'attractions.htm#art'],
		['Museums and Exhibits', 'attractions.htm#museums']
	],
	['Activities', 'activities.htm', null]
];
