var LOWER_MENUS = [
	['Washington D.C.',null,{'sw':175},
		['Home', '/states/DC/index.htm'],
		['History', '/states/DC/history.htm'],
		['Interesting Facts', '/states/DC/facts.htm'],
		['Famous People', '/states/DC/famous_people.htm'],
		['News', '/states/DC/news.htm'],
		['Weather', '/states/DC/weather.htm'],
		['Official Site', 'http://www.dc.gov'],
	],
	['Attractions',null,null,
		['Federal', '/states/DC/federal.htm'],
		['Museums', '/states/DC/museums.htm'],
		['Theaters', '/states/DC/theaters.htm'],
		['Smithsonian', '/states/DC/smithsonian.htm'],
		['Sports Teams', '/states/DC/sports.htm'],
		['Other', '/states/DC/other.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/DC/nationalparks/index.htm'],
		['Dept. of Parks and Recreation', 'http://dpr.dc.gov'],
	],
	['Events', '/states/DC/events/index.htm',null
	],
	['Lodging', '/states/DC/lodging/index.html',null
	]
];