var MENU_ITEMS = [
	['MLS Property Search', null, {'sw':177,'bw':175},
		['My Listings', 'mylistings.html'],
		['Area MLS Search', 'areamlssearch.html'],
		['Five Star Realty Listings', 'fivestarrealtylistings.html']
	],
	['Buyers', 'buyers.html', {'sw':105}],
	['Sellers', 'sellers.html', {'sw':105}],
	['About Me', null, {'sw':117,'bw':115},
		['Bio', 'bio.html'],
		['Testimonials', 'testimonials.html']
	],
	['Area Living', null, {'sw':120,'bw':150},
		['Neighborhoods', 'neighborhoods.html'],
		['Places to Visit', 'placestovisit.html'],
		['Education', 'http://www.yourcharlotteschools.com', {'tw':'_blank'}],
		['Real Estate News', 'realestatenews.html'],
		['History', 'history.html'],
		['Area Map', 'areamap.html'],
		['Newcomer\'s Information', 'newcomersinfo.html']
	],
	['Outdoor Life', null, {'sw':122,'bw':130},
		['Boating', 'boating.html'],
		['Fishing', 'fishing.html'],
		['Golfing', 'golf.html'],
		['Beaches', 'beaches.html'],
		['Tennis', 'tennis.html']
	],
	['Contact Me', 'requestinformation.html', {'sw':120}],
	['Home', 'index.html', {'sw':95}]
];


