/* Tigra Menu items structure */

var LOWER_MENUS = [
	['Alaska', null, null,
		['Home','http://www.thingstodo.com/states/AK/index.htm'],
		['History','http://www.thingstodo.com/states/AK/history.htm'],
		['Symbols', 'http://www.thingstodo.com/states/AK/symbols.htm'],
		['Interesting Facts', 'http://www.thingstodo.com/states/AK/facts.htm'],
		['Famous People', 'http://www.thingstodo.com/states/AK/famous_people.htm'],
		['Cities and Countries', 'http://www.thingstodo.com/states/AK/cities.htm'],
		['News', 'http://www.thingstodo.com/states/AK/news.htm'],
		['Official Site', 'http://www.state.ak.us/']	],
		['Regions', null, null,
		['Far North', 'http://www.thingstodo.com/states/AK/far_north.htm'],				['Interior', 'http://www.thingstodo.com/states/AK/interior.htm'],
		['Southwest','http://www.thingstodo.com/states/AK/southwest.htm'],
		['South Central', 'http://www.thingstodo.com/states/AK/south_central.htm'],
		['Inside Passage', 'http://www.thingstodo.com/states/AK/inside_passage.htm']
	],
	['Outdoor Recreation', null, {'sw':150},
		['National Parks', 'http://www.thingstodo.com/states/AK/nationalparks/index.htm'],						['National Forests', 'http://www.fs.fed.us/r10/'],
		['State Parks', 'http://www.dnr.state.ak.us/parks/'],
		['Dept. of Fish and Game', 'http://www.adfg.state.ak.us/'],
		['Bureau of Land Management', 'http://www.blm.gov/ak/st/en.html']
	],	
	['Events', 'http://www.thingstodo.com/states/AK/events/index.htm'],		['Lodging', 'http://www.thingstodo.com/states/AK/lodging/index.htm']
];