var LOWER_MENUS = [
	['Illinois',null,null,
		['Home', '/states/IL/index.htm'],
		['History', '/states/IL/history.htm'],
		['Symbols', '/states/IL/symbols.htm'],
		['Interesting Facts', '/states/IL/facts.htm'],
		['Famous People', '/states/IL/famous_people.htm'],
		['Cities & Counties', '/states/IL/cities.htm'],
		['News', '/states/IL/news.htm'],
		['Official Site', 'http://www.state.il.us'],
	],
	['Regions',null,null,
		['Northern', '/states/IL/northern.htm'],
		['Chicago', '/states/IL/chicago.htm'],
		['Chicagoland', '/states/IL/chicagoland.htm'],
		['Western', '/states/IL/western.htm'],
		['Central', '/states/IL/central.htm'],
		['Southwest', '/states/IL/southwest.htm'],
		['Southern', '/states/IL/southern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/IL/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/il.shtml'],
		['State Parks', 'http://dnr.state.il.us/lands/landmgt/parks/ilstate.htm'],
		['Dept. of Natural Resources', 'http://dnr.state.il.us'],
	],
	['Events', '/states/IL/events/index.htm',null
	],
	['Lodging', '/states/IL/lodging/index.html',null
	],
	['CityPass', '/states/IL/citypass/index.html',null
	]
];