var LOWER_MENUS = [
	['Indiana',null,null,
		['Home', '/states/IN/index.htm'],
		['History', '/states/IN/history.htm'],
		['Symbols', '/states/IN/symbols.htm'],
		['Interesting Facts', '/states/IN/facts.htm'],
		['Famous People', '/states/IN/famous_people.htm'],
		['Cities & Counties', '/states/IN/cities.htm'],
		['News', '/states/IN/news.htm'],
		['Official Site', 'http://www.state.in.us'],
	],
	['Regions',null,null,
		['Northern', '/states/IN/northern.htm'],
		['Eastern', '/states/IN/eastern.htm'],
		['Western', '/states/IN/western.htm'],
		['Central', '/states/IN/central.htm'],
		['South Central', '/states/IN/south_central.htm'],
		['Southern', '/states/IN/southern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/IN/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r9/hoosier'],
		['State Parks', 'http://www.state.in.us/dnr/parklake/parks/index.html'],
		['Division of Fish and Wildlife', 'http://www.state.in.us/dnr/fishwild/index.htm'],
	],
	['Events', '/states/IN/events/index.htm',null
	],
	['Lodging', '/states/IN/lodging/index.html',null
	]
];