var LOWER_MENUS = [
	['Maryland',null,null,
		['Home', '/states/MD/index.htm'],
		['History', '/states/MD/history.htm'],
		['Symbols', '/states/MD/symbols.htm'],
		['Interesting Facts', '/states/MD/facts.htm'],
		['Famous People', '/states/MD/famous_people.htm'],
		['Cities & Counties', '/states/MD/cities.htm'],
		['News', '/states/MD/news.htm'],
		['Official Site', 'http://www.state.md.us'],
		['Books and Videos', '/states/MD/books.html'],
	],
	['Regions',null,null,
		['Western', '/states/MD/western.htm'],
		['Capital', '/states/MD/capital.htm'],
		['Central', '/states/MD/central.htm'],
		['Southern', '/states/MD/southern.htm'],
		['Eastern Shore', '/states/MD/eastern_shore.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/MD/nationalparks/index.htm'],
		['State Parks', 'http://www.dnr.state.md.us/publiclands/all.html'],
		['Dept. of Natural Resources', 'http://www.dnr.state.md.us'],
	],
	['Events', '/states/MD/events/index.htm',null
	],
	['Lodging', '/states/MD/lodging/index.html',null
	]
];