var LOWER_MENUS = [
	['Alabama',null,null,
		['Home', '/states/AL/index.htm'],
		['History', '/states/AL/history.htm'],
		['Symbols', '/states/AL/symbols.htm'],
		['Interesting Facts', '/states/AL/facts.htm'],
		['Famous People', '/states/AL/famous_people.htm'],
		['Cities & Counties', '/states/AL/cities.htm'],
		['News', '/states/AL/news.htm'],
		['Official Site', 'http://www.state.al.us'],
		['Books and Videos', '/states/AL/books.html'],
	],
	['Regions',null,null,
		['Mountains', '/states/AL/mountains.html'],
		['Metropolitan', '/states/AL/metro.html'],
		['River Heritage', '/states/AL/riverheritage.html'],
		['Gulf Coast', '/states/AL/gulfcoast.html'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/AL/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r8/alabama/'],
		['State Parks', 'http://www.dcnr.state.al.us/Parks/state_parks_index_1a.html'],
		['Division of Wildlife & Freshwater Fisheriese', 'http://www.dcnr.state.al.us/agfd/'],
	],
	['Events', '/states/AL/events/index.htm',null
	],
	['Lodging', '/states/AL/lodging/index.html',null
	]
];