BLANK_IMAGE = 'images/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:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#284A31",		// background color for the items
		bgOVER:"#009900"	// 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:[0,212], itemoff:[21,0], leveloff:[0,100], style:STYLE, size:[25,201]},

	{code:"&raquo;&nbsp; Home", url: 'index.htm', target:'_top'
	},
	
	{code:"&raquo;&nbsp; About Us", url: 'about.htm', target:'_top'
	},
	
	{code:"&raquo;&nbsp; Services", url: 'services.htm', target:'_top',
		sub:[
			{},
			{code:"&raquo;&nbsp; Carpet Cleaning", url: 'carpetcleaning.htm', target:'_top'
			},
			
			{code:"&raquo;&nbsp; Tile & Grout Cleaning", url: 'tile.htm', target:'_top'
			},
			
			{code:"&raquo;&nbsp; Upholstery Cleaning", url: 'upholstery.htm', target:'_top'
			},
			
			{code:"&raquo;&nbsp; Specialty Services", url: 'specialty.htm', target:'_top'
			}
		]
	},
		{code:"&raquo;&nbsp; Technicians", url: 'technicians.htm', target:'_top'
	},

	{code:"&raquo;&nbsp; New Members", url: 'join.htm', target:'_top',
		sub:[
			{},
						
			{code:"&raquo;&nbsp; Application Form", url:'application.htm', target:'_top'
			},
			
			{code:"&raquo;&nbsp; Code of Ethics", url:'ethics.htm', target:'_top'
			},

			{code:"&raquo;&nbsp; Mission Statement", url:'mission.htm', target:'_top'
			},
			
			{code:"&raquo;&nbsp; Constitution", url:'constitution.htm', target:'_top'
			},
					
			{code:"&raquo;&nbsp; Environmental Policy", url:'enviroment.htm', target:'_top'
			}
			
		]
	},
	
	{code:"&raquo;&nbsp; News/Updates", url: 'news.htm', target:'_top'
	},
	
	{code:"&raquo;&nbsp; Contact Us", url: 'contact.htm', target:'_top'
	}
];
