var LOWER_MENUS = [
	['Ohio',null,null,
		['Home', '/states/OH/index.htm'	],
		['History', '/states/OH/history.htm'	],
		['Symbols', '/states/OH/symbols.htm'	],
		['Interesting Facts', '/states/OH/facts.htm'],
		['Famous People', '/states/OH/famous_people.htm'],
		['Cities & Counties', '/states/OH/cities.htm'],
		['News', '/states/OH/news.htm'],
		['Official Site', 'http://www.state.oh.us'],
		['Books and Videos', '/states/OH/books.html'],
	],
	['Regions',null,null,
		['Northeast', '/states/OH/ne.htm'],
		['Northwest', '/states/OH/nw.htm'],
		['Central', '/states/OH/central.htm'],
		['Southwest', '/states/OH/sw.htm'],
		['Southeast', '/states/OH/se.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/OH/nationalparks/index.htm'],
		['State Parks', 'http://www.dnr.state.oh.us/parks/default.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/oh.shtml'],
		['Ohio Division of Wildlife', 'http://www.dnr.state.oh.us/odnr/wildlife/default.htm'],
		['Beaches', '/states/OH/beaches.htm'],
		['Golf Courses', '/states/OH/golfcourses.htm'],
		['Ski Resorts', '/states/OH/skiresorts.htm'],
	],
	['Events', '/states/OH/events/index.htm',null
	],
	['Lodging', '/states/OH/lodging/index.html',null
	]
];