
/* specific values with each level of menu listed- null defaults to setting in menu_tpl.js  */
/* text, link, [horizontal offset, vertical offset, width, height]   */

var MENU_ITEMS = [
	['Sellers', 'sellers.htm', [null, null, 62, null],
      ],
	['Buyers', 'buyers.htm', [70, 0, 62, null],
	],
	['Property Search', 'propertysearch.htm', [80, null, 120, null],
	],
	['Featured Listings', 'featured.htm', [130, null, 140, null],
	],
	['Sold Listings', 'sold.htm', [140, null, 100, null],
	],
	['Contact Me', 'contact.htm', [100, null, 90, null],
	],
];

