var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#A79581",		// background color for the items
		bgOVER:"#325358"	// 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&self=true",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Featured", "url":"index.php?nanaimo-real-estate=featured&self=true"},
			{code:"RE/MAX Listings", "url":"index.php?nanaimo-real-estate=featured"},
			{code:"MLS Properties", "url":"index.php?nanaimo-real-estate=mls"},
			{code:"Blog", "url":"http://www.christyfoyers.com/blog.php"}

		]
	},
	{code:"Real Estate", url:"index.php?nanaimo-real-estate=choose",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Blog", "url":"http://www.christyfoyers.com/blog.php"},
			{code:"Why RE/MAX ?", "url":"index.php?nanaimo-real-estate=choose"},
			{code:"First Time Buyer", "url":"index.php?nanaimo-real-estate=firsttimehomebuyer"},
			{code:"Buyers", "url":"index.php?nanaimo-real-estate=buyers"},
			{code:"Tips for Selling", "url":"index.php?nanaimo-real-estate=tipforsell"},
			{code:"Evaluation", "url":"index.php?nanaimo-real-estate=evaluation"},
			{code:"Afford. Calc.", "url":"index.php?nanaimo-real-estate=affordability"}
		]
	},
		{code:"Statistics", url:"index.php?nanaimo-real-estate=virebstats"},
		{code:"Nanaimo", url:"index.php?nanaimo-real-estate=nanaimo",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Live Web Cam", "url":"index.php?nanaimo-real-estate=webcam"}
		]
	},
		
		{code:"Contact", url:"index.php?nanaimo-real-estate=contact",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Privacy Policy", "url":"index.php?nanaimo-real-estate=privacy"}

		]
		}


];

