var LOWER_MENUS = [
	['Iowa',null,null,
		['Home', '/states/IA/index.htm'],
		['History', '/states/IA/history.htm'],
		['Symbols', '/states/IA/symbols.htm'],
		['Interesting Facts', '/states/IA/facts.htm'],
		['Famous People', '/states/IA/famous_people.htm'],
		['Cities & Counties', '/states/IA/cities.htm'],
		['News', '/states/IA/news.htm'],
		['Official Site', 'http://www.state.ia.us'],
	],
	['Regions',null,null,
		['Northwest', '/states/IA/northwest.htm'],
		['West Central', '/states/IA/west_central.htm'],
		['Southwest', '/states/IA/southwest.htm'],
		['North Central', '/states/IA/north_central.htm'],
		['Central', '/states/IA/central.htm'],
		['South Central', '/states/IA/south_central.htm'],
		['Northeast', '/states/IA/northeast.htm'],
		['East', '/states/IA/east.htm'],
		['East Central', '/states/IA/east_central.htm'],
		['Southeast', '/states/IA/southeast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/IA/nationalparks/index.htm'],
		['State Parks', 'http://www.state.ia.us/parks'],
		['Dept. of Natural Resources', 'http://www.state.ia.us/government/dnr'],
		['Fish and Wildlife Resources', 'http://www.state.ia.us/dnr/fwdiv.htm'],
	],
	['Events', '/states/IA/events/index.htm',null
	],
	['Lodging', '/states/IA/lodging/index.html',null
	]
];