var LOWER_MENUS = [
	['New York',null,null,
		['Home', '/states/NY/index.htm'],
		['History', '/states/NY/history.htm'],
		['Symbols', '/states/NY/symbols.htm'],
		['Interesting Facts', '/states/NY/facts.htm'],
		['Famous People', '/states/NY/famous_people.htm'],
		['Cities & Counties', '/states/NY/cities.htm'],
		['News', '/states/NY/news.htm'],
		['Official Site', 'http://www.state.ny.us'],
		['Books and Videos', '/states/NY/books.html'],
	],
	['Regions',null,null,
		['New York City', '/states/NY/nyc.htm'],
		['Long Island', '/states/NY/long_island.htm'],
		['Hudson Valley', '/states/NY/hudson_valley.htm'],
		['The Catskills', '/states/NY/catskills.htm'],
		['Capital-Saratoga', '/states/NY/capital_saratoga.htm'],
		['The Adirondacks', '/states/NY/adirondacks.htm'],
		['Thousand Islands-Seaway', '/states/NY/tis.htm'],
		['Central Leatherstocking', '/states/NY/central_leatherstocking.htm'],
		['Finger Lakes', '/states/NY/finger_lakes.htm'],
		['Greater Niagara', '/states/NY/greater_niagra.htm'],
		['Chautauqua-Allegheny', '/states/NY/chautauqau_allegheny.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/NY/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r9/gmfl'],
		['State Parks', 'http://nysparks.state.ny.us/'],
		['Dept. of Environmental Conservation', 'http://www.dec.state.ny.us'],
		['Beaches', '/states/NY/beaches.htm'],
		['Golf Courses', '/states/NY/golfcourses.htm'],
		['Ski Resorts', '/states/NY/skiresorts.htm'],
	],
	['Events', '/states/NY/events/index.htm',null
	],
	['Lodging', '/states/NY/lodging/index.html',null
	],
	['CityPass', '/states/NY/citypass/index.html',null
	]
];