var LOWER_MENUS = [
	['Delaware',null,null,
		['Home', '/states/DE/index.htm'],
		['History', '/states/DE/history.htm'],
		['Symbols', '/states/DE/symbols.htm'],
		['Interesting Facts', '/states/DE/facts.htm'],
		['Famous People', '/states/DE/famous_people.htm'],
		['Cities & Counties', '/states/DE/cities.htm'],
		['News', '/states/DE/news.htm'],
		['Official Site', 'http://www.state.de.us'],
	],
	['Regions',null,null,
		['Northern', '/states/DE/northern.htm'],
		['Central', '/states/DE/central.htm'],
		['Southern', '/states/DE/southern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['State Parks', 'http://www.destateparks.com'],
		['Division of Fish and Wildlife', 'http://www.dnrec.state.de.us/fw'],
	],
	['Events', '/states/DE/events/index.htm',null
	],
	['Lodging', '/states/DE/lodging/index.html',null
	]
];