BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#898989",		// background color for the items
		bgOVER:""	// 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:[270,149], itemoff:[0,99], leveloff:[0,0], style:NOSTYLE, size:[22,108]},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Services", url:"services.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Mold Removal", url:"mold_removal_mold_remediation.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Water Damage", url:"water_damage_repair.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Fire and Smoke", url:"fire_and_smoke_damage_repair.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Specialty Cleaning", url:"specialty_cleaning.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"HVAC Cleaning", url:"hvac_cleaning.html", 
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Dehumidification", url:"dehumidification.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Bed Bugs &amp; Mites", url:"bed_bug_dust_mite.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},{code:"Warranties", url:"warranties.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			},
			{code:"Commercial Services", url:"commercial_services.html",
				sub:[
					{leveloff:[0,99]},
					
				]
			}
		]
	},
];
