var LOWER_MENUS = [
	['Vermont',null,null,
		['Home', '/states/VT/index.htm'],
		['History', '/states/VT/history.htm'],
		['Symbols', '/states/VT/symbols.htm'],
		['Interesting Facts', '/states/VT/facts.htm'],
		['Famous People', '/states/VT/famous_people.htm'],
		['Cities & Counties', '/states/VT/cities.htm'],
		['News', '/states/VT/news.htm'],
		['Official Site', 'http://www.state.vt.us'],
	],
	['Regions',null,null,
		['Northern', '/states/VT/northern.htm'],
		['Central', '/states/VT/central.htm'],
		['Southern', '/states/VT/southern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/VT/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/vt.shtml'],
		['State Parks', 'http://www.state.vt.us/anr/fpr/parks/'],
		['Dept. of fish and wildlife', 'http://www.anr.state.vt.us/fw/fwhome/index.htm'],
	],
	['Events', '/states/VT/events/index.htm',null
	],
	['Lodging', '/states/VT/lodging/index.html',null
	]
];