BLANK_IMAGE = 'images/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:"#FFFFFF",	// color of the item border, if any
		shadow:"#C0C0C0",		// color of the item shadow, if any
		bgON:"#EC4535",		// background color for the items
		bgOVER:"#182164"	// 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:[], itemoff:[0,109], leveloff:[21,0], style:STYLE, size:[22,112]},
	{code:"Home",url:"index.html",sub:[]
	},
	{code:"About Us",url:"rangfire_about.html",
		sub:[
			{itemoff:[21,0]},
			{code:"History",url:"rangfire_hist.html",sub:[]
			},
			{code:"Our Appliances",url:"rangfire_ctrucks.html",sub:[]
			},
			{code:"Old Appliances",url:"rangfire_otrucks.html",sub:[]
			},
			{code:"Station",url:"rangfire_cstat.html",sub:[]
			},
			{code:"Challenges",url:"rangfire_chall.html",sub:[]
			},
		]
	},
	{code:"Events",url:"rangfire_events.html",sub:[]
	},
	{code:"Supporters",url:"rangfire_emply.html",sub:[]
	},
	{code:"Joining Up",url:"rangfire_recr.html",sub:[]
	},
	{code:"Fire Safety",url:"rangfire_safe.html",
		sub:[
			{itemoff:[21,0]},
			{code:"Smoke Alarms",url:"rangfire_safe_smk.html",sub:[]
			},
			{code:"Escape Plans",url:"rangfire_safe_esc.html",sub:[]
			},
			{code:"Home Sprinklers",url:"rangfire_safe_spr.html",sub:[]
			},
			{code:"For the Kids",url:"rangfire_safe_kid.html",sub:[]
			},
			{code:"Visits & Talks",url:"rangfire_safe_sch.html",sub:[]
			},
		]
	},
	{code:"Contact Us",url:"rangfire_cont.html",sub:[]
	},
	
];
