var LOWER_MENUS = [
	['Missouri',null,null,
		['Home', '/states/MO/index.htm'],
		['History', '/states/MO/history.htm'],
		['Symbols', '/states/MO/symbols.htm'],
		['Interesting Facts', '/states/MO/facts.htm'],
		['Famous People', '/states/MO/famous_people.htm'],
		['Cities & Counties', '/states/MO/cities.htm'],
		['News', '/states/MO/news.htm'],
		['Official Site', 'http://www.state.mo.us'],
	],
	['Regions',null,null,
		['Northwest', '/states/MO/northwest.html'],
		['Northeast', '/states/MO/northeast.html'],
		['Central', '/states/MO/central.html'],
		['Southwest', '/states/MO/southwest.html'],
		['Southeast', '/states/MO/southeast.html'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/MO/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/mo.shtml'],
		['State Parks', 'http://www.mostateparks.com'],
		['Dept. of Conservation', 'http://www.conservation.state.mo.us'],
	],
	['Events', '/states/MO/events/index.htm',null
	],
	['Lodging', '/states/MO/lodging/index.html',null
	]
];