/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Baker_City.htm', {'sw':60}],
	['Accommodations', 'accommodations.htm', {'sw':140},
		['Bed & Breakfast', 'bedandbreakfast.htm'],
		['Campgrounds', 'campgrounds.htm'],
		['Hotels & Motels', 'hotels.htm'],
		['RV Parks', 'campgrounds.htm']
	],	
	['Visitor Info', 'visitorinformation.htm', {'sw':130},
	 	['Chamber of Commerce', 'visitorinformation.htm#Chamber'],
		['City Information', 'visitorinformation.htm#City'],
		['Newspaper', 'visitorinformation.htm#Newspaper']	 	 
	 ],
	['Food & Beverage','dining.htm', {'sw':140},
	 	['Bistros', 'dining.htm#Bistros'],
		['Cafes', 'dining.htm#Cafes'],
		['Chocolate Shops', 'dining.htm#Chocolate'],
	 	['Coffee Houses', 'dining.htm#Coffee'],
		['Ice Cream Parlors', 'dining.htm#Parlors'],
		['Pubs', 'dining.htm#Pubs'], 
	 	['Restaurants', 'dining.htm#Restaurants'],
		['Tea Houses', 'dining.htm#Tea'] 
	 ],
	['Attractions', 'attractions.htm', {'sw':120},
	 	['Museums & Exhibits', 'attractions.htm#Museums'],
		['Railroad Exhibits & Tours', 'attractions.htm#Railroad']
	 ],
	['Activities', 'activities.htm', null,
		['Auto Racing', 'activities.htm#Racing'],
	 	['Golf', 'activities.htm#Golf'],
		['Guided Tours', 'activities.htm#Tours'],
		['Hunting', 'activities.htm#Hunting'],
		['Railroad Excursions', 'activities.htm#Excursions'],
		['Tennis', 'activities.htm#Tennis']
	 ],
	 ['Shopping', 'shopping.htm', {'sw':130},
		['Chocolate Shops', 'shopping.htm#Chocolate'],
		['Gift Shops', 'shopping.htm#Gift'],
		['Markets', 'shopping.htm#Markets']

	 ],	
];