/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.gofernie.com'],
	['ABOUT US...', null, null,
		['Our Company', 'http://www.gofernie.com/main_pages/our_company.html'],
		['Property Management', 'http://www.gofernie.com/main_pages/property_management.html'],
		['Contact Us', 'http://www.gofernie.com/main_pages/contact_us.html']
	],
	['ABOUT FERNIE...', null, null,
		['Why Choose Fernie ?', 'http://www.gofernie.com/main_pages/why_fernie.html'],
		['Where We Are', 'http://www.gofernie.com/main_pages/where_we_are.html'],
		['How to Get Here', 'http://www.gofernie.com/main_pages/how_to_get_here.html']
	],
	['THINGS TO DO...', null, null,
		['Skiing/Snowboarding...', null, null,
			['Fernie Alpine Resort', 'http://www.gofernie.com/recreation_pages/far.html'],
			['Cat Skiing', 'http://www.gofernie.com/recreation_pages/catskiing.html']
		],
		['Fly Fishing', 'http://www.gofernie.com/recreation_pages/flyfishing.html'],
		['Snowmobiling', 'http://www.gofernie.com/recreation_pages/snowmobiling.html'],
		['Mountain Biking', 'http://www.gofernie.com/recreation_pages/mtn_biking.html'],
		['White Water Rafting', 'http://www.gofernie.com/recreation_pages/white_water_rafting.html'],
		['Golfing', 'http://www.gofernie.com/recreation_pages/golfing.html'],
		['Horseback Riding', 'http://www.gofernie.com/recreation_pages/horseback_riding.html'],
		['Spa & Massage', 'http://www.gofernie.com/recreation_pages/spa_massage.html']
	],
	['LODGING...', null, null,
		['Private Chalets...', null, null,
			['On Mountain', 'http://www.gofernie.com/lodging_pages/private_chalets_on-mtn.html'],
			['In Town', 'http://www.gofernie.com/lodging_pages/private_chalets_in-town.html']
		],
		['Townhouses\\Condos...', null, null,
			['On Mountain', 'http://www.gofernie.com/lodging_pages/townhouses_on-mtn.html'],
			['In Town', 'http://www.gofernie.com/lodging_pages/townhouses_in-town.html']
		],
		['Property Quick List', 'http://www.gofernie.com/lodging_pages/lodging_quicklist.html'],
		['Interactive Location Maps...', null, null,
			['Fernie Alpine Resort', 'http://www.gofernie.com/maps/FAR_Interactive_Map.html'],
			['Town of Fernie', 'http://www.gofernie.com/maps/FERNIE_Interactive_Map.html']
		]
	],
	['RESERVATIONS…', null, null,
		['Online Reservation Request', 'http://www.gofernie.com/main_pages/online_res_request.html'],
		['Guest Services/Amenities', 'http://www.gofernie.com/main_pages/guest_services.html'],
		['Reservation FAQs', 'http://www.gofernie.com/main_pages/reservation_faqs.html'],
		['Reservation Fine Print', 'http://www.gofernie.com/main_pages/reservation_fine_print.html']
	],
	['PROPERTY OWNERS', 'http://www.gofernie.com/pass.html']
];
