BLANK_IMAGE = 'http://www.sahb.com.au/scripts/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCCCCC",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ececec",		// background color for the items
		bgOVER:"#a6bcd5"	// background color for the item which is under mouse right now
	},	
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var STYLESUB = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:4,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCCCCC",	// color of the item border, if any
		shadow:"#CCCCCC",	// color of the item shadow, if any
		bgON:"#ececec",		// background color for the items
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},	
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverSub"	// CSS class for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[10,165], itemoff:[0,130], leveloff:[30,0], style:STYLE, size:[30,130]},
	{code:"HOME", url:"http://www.sahb.com.au/default.shtml"
	},
	{code:"ABOUT US",
		sub:[
			{itemoff:[30,0], style:STYLESUB},
			{code:"STAFF", url:"http://www.sahb.com.au/ab_staff_malcolm.shtml"
			},
			{code:"PRIVACY POLICY", url:"http://www.sahb.com.au/privacy.shtml"
			}
		]
	},
	{code:"FOR SALE", url:"http://www.sahb.com.au/for_sale.shtml"
	},
	{code:"RECENT SALES",
			sub:[
			{itemoff:[30,0], style:STYLESUB},
			{code:"SOLD & SETTLED", url:"http://www.sahb.com.au/recent_sales_ss.shtml"
			},
			{code:"UNDER CONTRACT", url:"http://www.sahb.com.au/recent_sales_uc.shtml"
			}
		]

	},
	{code:"LOOKING TO SELL", url:"http://www.sahb.com.au/looking_to_sell.shtml"
	},
	{code:"RECENT ADS", url:"http://www.sahb.com.au/recent_ads.shtml"
	},
	{code:"CONTACTS",
			sub:[
			{itemoff:[30,0], style:STYLESUB},
				{code:"CONTACT US", url:"http://www.sahb.com.au/contact.shtml"
				},
				{code:"INDUSTRY LINKS", url:"http://www.sahb.com.au/industry_links.shtml"
				}
		]

	},

];
