var LOWER_MENUS = [
	['North Carolina',null,{'sw':175},
		['Home', '/states/NC/index.htm'],
		['History', '/states/NC/history.htm'],
		['Symbols', '/states/NC/symbols.htm'],
		['Interesting Facts', '/states/NC/facts.htm'],
		['Famous People', '/states/NC/famous_people.htm'],
		['Cities & Counties', '/states/NC/cities.htm'],
		['News', '/states/NC/news.htm'],
		['Official Site', 'http://www.state.nc.us'],
		['Books and Videos', '/states/NC/books.html'],
	],
	['Regions',null,null,
		['Mountains', '/states/NC/mountains.htm'],
		['Central', '/states/NC/central.htm'],
		['Coast', '/states/NC/coast.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/NC/nationalparks/index.htm'],
		['National Forests', 'http://www.cs.unca.edu/nfsnc/'],
		['State Parks', 'http://www.ils.unc.edu/parkproject/ncparks.html'],
		['Division of Parks and Recreation', 'http://ils.unc.edu/parkproject/ncparks.html'],
		['Wildlife Resources Commission', 'http://www.wildlife.state.nc.us/'],
	],
	['Events', '/states/NC/events/index.htm',null
	],
	['Lodging', '/states/NC/lodging/index.html',null
	]
];