var LOWER_MENUS = [
	['Kansas',null,null,
		['Home', '/states/KS/index.htm'],
		['History', '/states/KS/history.htm'],
		['Symbols', '/states/KS/symbols.htm'],
		['Interesting Facts', '/states/KS/facts.htm'],
		['Famous People', '/states/KS/famous_people.htm'],
		['Cities & Counties', '/states/KS/cities.htm'],
		['News', '/states/KS/news.htm'],
		['Official Site', 'http://www.state.ks.us'],
	],
	['Regions',null,null,
		['Northwest', '/states/KS/northwest.htm'],
		['Southwest', '/states/KS/southwest.htm'],
		['North Central', '/states/KS/north_central.htm'],
		['South Central', '/states/KS/south_central.htm'],
		['Northeast', '/states/KS/northeast.htm'],
		['Southeast', '/states/KS/southeast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/KS/nationalparks/index.htm'],
		['State Parks', 'http://www.kdwp.state.ks.us/parks/parks.html'],
		['Dept. of Wildlife and Parks', 'http://www.kdwp.state.ks.us'],
	],
	['Events', '/states/KS/events/index.htm',null
	],
	['Lodging', '/states/KS/lodging/index.html',null
	]
];