var LOWER_MENUS = [
	['Pennsylvania',null,null,
		['Home', '/states/PA/index.htm'],
		['History', '/states/PA/history.htm'],
		['Symbols', '/states/PA/symbols.htm'],
		['Interesting Facts', '/states/PA/facts.htm'],
		['Famous People', '/states/PA/famous_people.htm'],
		['Cities & Counties', '/states/PA/cities.htm'],
		['News', '/states/PA/news.htm'],
		['Official Site', 'http://www.state.pa.us'],
		['Books and Videos', '/states/PA/books.html'],
	],
	['Regions',null,null,
		['Northwest', '/states/PA/northwest.htm'],
		['Southwest', '/states/PA/southwest.htm'],
		['Northcentral', '/states/PA/northcentral.htm'],
		['Central', '/states/PA/central.htm'],
		['Northeast', '/states/PA/northeast.htm'],
		['Southcentral', '/states/PA/southcentral.htm'],
		['Southeast', '/states/PA/southeast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/PA/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/pa.shtml'],
		['State Parks', 'http://www.dcnr.state.pa.us/stateparks'],
		['Dept. of Conservation and Natural Resources', 'http://www.dcnr.state.pa.us/'],
	],
	['Events', '/states/PA/events/index.htm',null
	],
	['Lodging', '/states/PA/lodging/index.html',null
	],
	['CityPass', '/states/PA/citypass/index.html',null
	]
];