var LOWER_MENUS = [
	['Connecticut',null,null,
		['Home', '/states/CT/index.htm'],
		['History', '/states/CT/history.htm'],
		['Symbols', '/states/CT/symbols.htm'],
		['Interesting Facts', '/states/CT/facts.htm'],
		['Famous People', '/states/CT/famous_people.htm'],
		['Cities & Counties', '/states/CT/cities.htm'],
		['News', '/states/CT/news.htm'],
		['Official Site', 'http://www.state.ct.us'],
	],
	['Regions',null,null,
		['Southwestern', '/states/CT/southwestern.html'],
		['South Central', '/states/CT/southcentral.html'],
		['Northwestern', '/states/CT/northwestern.html'],
		['Central', '/states/CT/central.html'],
		['Eastern', '/states/CT/eastern.html'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/CT/nationalparks/index.htm'],
		['State Parks & Forests', 'http://dep.state.ct.us/rec/parks.htm'],
	],
	['Events', '/states/CT/events/index.htm',null
	],
	['Lodging', '/states/CT/lodging/index.html',null
	]
];