BLANK_IMAGE = '/images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"navtext",
		OVER:"navtexts"
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#3387BB",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#0069AA",		// background color for the items
		bgOVER:"#D5E6F1"	// 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 SEP = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"navsep",
		OVER:"navsep"
	}
	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[26,1], style:NOSTYLE, size:[1,1]},
	{code:"About the Trust",url:"/AAbout.aspx",format:{size:[26,158], itemoff:[0,0]},
		sub:[
			{itemoff:[24,0],size:[25,158], style:STYLE},
			{code:"Governance",url:"/AGovernance.aspx"},
			{code:"Mission, Vision, Values",url:"/AMissionVisionValues.aspx"},
			{code:"Careers",url:"/ACareers.aspx"},
			{code:"Diversity",url:"/ADiversity.aspx"},
			{code:"Environmental Policy",url:"/AEnvironmental.aspx"},
		]
	},
	{code:"",url:"",format:{size:[26,5], itemoff:[0,158], style:SEP}},	
	{code:"Divisions of the Trust",url:"/DDivisions.aspx",format:{size:[26,195], itemoff:[0,5]},
		sub:[
			{itemoff:[24,0],size:[25,195], style:STYLE},
			{code:"Citizens Gas",url:"/DGas.aspx"},
			{code:"Citizens Thermal",url:"/DThermal.aspx"},
			{code:"Citizens Resources",url:"/DResources.aspx"},
			{code:"Citizens Oil",url:"/DOil.aspx"},
		]
	},
	{code:"",url:"",format:{size:[26,5], itemoff:[0,195], style:SEP}},
	{code:"In the Community",url:"/CCommunity.aspx",format:{size:[26,172], itemoff:[0,5]},
		sub:[
			{itemoff:[24,0],size:[25,172], style:STYLE},
			{code:"Community Redevelopment",url:"/CRedevelopment.aspx"},
			{code:"Sharing the Dream",url:"/CSharing.aspx"},
			{code:"Investing in Education",url:"/CEducation.aspx"},
			{code:"Employee Volunteers",url:"/CVolunteers.aspx"},
		]
	},
	{code:"",url:"",format:{size:[26,5], itemoff:[0,172], style:SEP}},
	{code:"Prospect Vision",url:"/PProspect.aspx",format:{size:[26,152], itemoff:[0,5]},
		sub:[
			{itemoff:[24,0],size:[25,152], style:STYLE},
			{code:"Project Phases",url:"/PPhases.aspx"},
			{code:"FAQs",url:"/PFAQs.aspx"},
			{code:"Community Investment",url:"/PCommunity.aspx"},
			{code:"Plant History",url:"/PHistory.aspx"},
		]
	},
	{code:"",url:"",format:{size:[26,5], itemoff:[0,152], style:SEP}},
	{code:"Suppliers",url:"/SProspective.aspx",format:{size:[26,104], itemoff:[0,5]},
		sub:[
			{itemoff:[24,0],size:[25,135], style:STYLE},
			{code:"Prospective Suppliers",url:"/SProspective.aspx"},
			{code:"Supplier Diversity",url:"/SDiversity.aspx"},
			{code:"Supplier Login",url:"https://www.citizensgas.com/supplierdiversity/supplierlogin.aspx"},
		]
	},
	{code:"",url:"",format:{size:[26,5], itemoff:[0,104], style:SEP}},
	{code:"News Room",url:"/NRoom.aspx",format:{size:[26,133], itemoff:[0,5]},
		sub:[
			{itemoff:[24,0],size:[25,133], style:STYLE},
			{code:"Annual Report",url:"/NAnnualReport.aspx"},
			{code:"Social Responsibility",url:"/NSocialReport.aspx"},
		]
	}
];
