var LOWER_MENUS = [
	['Florida',null,null,
		['Home', '/states/FL/index.htm'],
		['History', '/states/FL/history.htm'],
		['Symbols', '/states/FL/symbols.htm'],
		['Interesting Facts', '/states/FL/facts.htm'],
		['Famous People', '/states/FL/famous_people.htm'],
		['Official Site', 'http://www.state.fl.us'],
	],
	['Regions',null,null,
		['Northwest', '/states/FL/nw.htm'],
		['North Central', '/states/FL/nc.htm'],
		['Northeast', '/states/FL/ne.htm'],
		['Central East', '/states/FL/ce.htm'],
		['Central', '/states/FL/cn.htm'],
		['Central West', '/states/FL/cw.htm'],
		['Southwest', '/states/FL/sw.htm'],
		['Southeast', '/states/FL/se.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/FL/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/map/state_list.shtml#Florida'],
		['State Parks', 'http://www.dep.state.fl.us/parks/'],
		['Florida Fish and Wildlife Conservation Commission', 'http://www.wildflorida.org'],
		['Beaches', '/states/FL/beaches.htm'],
		['Golf Courses', '/states/FL/golfcourses.htm'],
		['Outfitters & Guides', '/states/FL/outfitters.htm'],
	],
	['Events', '/states/FL/events/index.htm',null
	],
	['Lodging', '/states/FL/lodging/index.html',null
	]
];
