var BLANK_IMAGE = "img/b.gif";
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:"None",		// background color for the items
		bgOVER:"None"	// 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,130], leveloff:[0,2], style:STYLE, size:[18,130]},
	{code:"Measure Your Lawn", url:'step1-1.html', target:'_self',
		sub:[

			
		]
	},
		{code:"Send Your Data", url:'step1-2.html', target:'_self',
		sub:[
		]
	},

	{code:"Client Login", url:'step1-3.shtml', target:'_self',
		sub:[

		]
	}
	

];