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:"#7D6A55",		// background color for the items
		bgOVER:"#E4DCD1"	// 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,150], leveloff:[0,0], style:STYLE, size:[22,150]},
		{code:"Home", url:"../index.php?show",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"<< Back", "url":"javascript:history.back()"}

		]
		},

	{code:"Properties", url:"../index.php?ucluelet-real-estate=featured",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Judy's Properties", "url":"../index.php?ucluelet-real-estate=featured"},
			{code:"Ucluelet Properties", "url":"http://www.midislandrealty.com/port-alberni-tofino-ucluelet-midisland-real-estate-homes.php?remax-homes=properties&city=ucluelet"},
			{code:"Develop. & Commercial", "url":"../index.php?ucluelet-real-estate=commercial"},
			{code:"Area Projects", "url":"../index.php?ucluelet-real-estate=projects"},
			{code:"MLS Properties", "url":"http://www.mls.ca/PropertySearch.aspx?AreaID=1266&MapURL=%3fAreaID%3d242"},
			{code:"MLS Search Form", "url":"../index.php?ucluelet-real-estate=mls"}
		]
	},
	
		{code:"Learn More", url:"../index.php?ucluelet-real-estate=learnmore",
				sub:[
			{itemoff:[21,0], leveloff:[21,0]},
						{code:"Commnunity Presence", "url":"../index.php?ucluelet-real-estate=community"},
						{code:"Real Estate Glossary", "url":"../index.php?ucluelet-real-estate=glossary"},
						{code:"First Time Buyers Tips", "url":"../index.php?ucluelet-real-estate=tips"},
						{code:"Home Purchase Expenses", "url":"../index.php?ucluelet-real-estate=expenses"},
						{code:"How To Make An Offer", "url":"../index.php?ucluelet-real-estate=offer"},
						{code:"Buyers/Sellers Links", "url":"../index.php?ucluelet-real-estate=buyersandsellers"},
						{code:"Legal Needs", "url":"../index.php?ucluelet-real-estate=legalneeds"},
						{code:"Home Inspections", "url":"../index.php?ucluelet-real-estate=inspections"},
						{code:"Mortgage Information", "url":"../index.php?ucluelet-real-estate=mortgage"},
						{code:"Relocation", "url":"../index.php?ucluelet-real-estate=relocation"},
						{code:"Renovation Guide", "url":"../index.php?ucluelet-real-estate=renovation"},
						{code:"Why Choose RE/MAX?", "url":"../index.php?ucluelet-real-estate=why"},
						{code:"PDA Enabled Site", "url":"../index.php?ucluelet-real-estate=mobile"},
						{code:"REALMap Enabled Site", "url":"../index.php?ucluelet-real-estate=realmap"}




		]
		},

		{code:"About Ucluelet", url:"../index.php?ucluelet-real-estate=ucluelet",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Area News", "url":"../index.php?ucluelet-real-estate=news"},
			{code:"Local Sites", "url":"../index.php?ucluelet-real-estate=local"}
			

		]
		},
				{code:"Contact", url:"../index.php?ucluelet-real-estate=contact",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Privacy Policy", "url":"../index.php?ucluelet-real-estate=privacy"}

		]
		}


];
