var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#211919",		// background color for the items
		bgOVER:"#cccccc"	// 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 MENU_ITEMS = [
	{pos:"relative", itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[22,100]},
	{code:"Home", url:"index.php?show"},

	{code:"Properties", url:"index.php?nanaimo-real-estate=featured",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Featured", "url":"index.php?nanaimo-real-estate=featured"},
			{code:"MLS Properties", "url":"index.php?nanaimo-real-estate=mls"},
			{code:"Rentals", "url":"http://www.rentalproperties.ca"},
			{code:"REALMap", "url":"index.php?nanaimo-real-estate=realmap"},
			{code:"Mortgage Info", "url":"index.php?nanaimo-real-estate=mortgage"}

		]
	},
	
		{code:"Buying", url:"index.php?nanaimo-real-estate=buying"},
		{code:"Selling", url:"index.php?nanaimo-real-estate=selling"},
		{code:"Why RE/MAX", url:"index.php?nanaimo-real-estate=remax",
				sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"First Time", "url":"index.php?nanaimo-real-estate=first"}

		]
		},

		{code:"Contact", url:"index.php?nanaimo-real-estate=contact",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"About Nanaimo", "url":"index.php?nanaimo-real-estate=nanaimo"},
			{code:"Weather Cam", "url":"index.php?nanaimo-real-estate=weather"},
			{code:"Privacy Policy", "url":"index.php?nanaimo-real-estate=privacy"}

		]
		}


];
