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:"#ddd",	// color of the item border, if any
		shadow:"#000",	// color of the item shadow, if any
		bgON:"#0254b1",		// background color for the items
		bgOVER:"#b22222"	// 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:'absolute'},
	{code:"<img src='../images/logo-bottom.jpg' width='150' height='31' />", size:[0,0], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='../images/logo-bottom.jpg' width='150' height='31' />", url:"#"
	},
	{code:"<img src='../images/nav_01.jpg' width='64' height='31' />", size:[31,64], itemoff:[0,150], leveloff:[0,0],
	ocode:"<img src='../images/nav_on_01.jpg' width='64' height='31' />", url:"../PublicPages/Home.aspx"
	},
	{code:"<img src='../images/nav_02.jpg' width='90' height='31' />", size:[31,90], itemoff:[0,64], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_02.jpg' width='90' height='31' />", url:"../PublicPages/About.aspx"
	},
		sub:[
			{leveloff:[31,0],"size":[18,163], itemoff:[17,0]},
			{code:"&nbsp;&nbsp;&nbsp;History", style:STYLE, url:"../PublicPages/About.aspx"},
			{ code: "&nbsp;&nbsp;&nbsp;Our Locations", style: STYLE, url: "../PublicPages/OurLocations.aspx" },
			{code:"&nbsp;&nbsp;&nbsp;Our Team", style:STYLE, url:"../PublicPages/StaffBios.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Our Clients", style:STYLE, url:"../PublicPages/OurClients.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Partnering: How Can We Help You?", style:STYLE, url:"../PublicPages/Partnering.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Typical Projects", style:STYLE, url:"../PublicPages/Projects.aspx"}
		]
	},
	{code:"<img src='../images/nav_03.jpg' width='215' height='31' />", size:[31,215], itemoff:[0,90], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_03.jpg' width='215' height='31' />", url:"../PublicPages/Services.aspx"
	},
		sub:[
			{leveloff:[31,0],"size":[18,224], itemoff:[17,0]},
			{code:"&nbsp;&nbsp;&nbsp;Corrosion Surveys", style:STYLE, url:"../PublicPages/Services.aspx"},
			{ code:"&nbsp;&nbsp;&nbsp;Corrosion Control Services", style: STYLE, url: "../PublicPages/CorrosionControlEvalAnalysis.aspx" },
			{ code:"&nbsp;&nbsp;&nbsp;Corrosion Monitoring Services", style: STYLE, url: "../PublicPages/CorrosionMonitoring.aspx" },
			{code:"&nbsp;&nbsp;&nbsp;Soil and Water Testing ", style:STYLE, url:"../PublicPages/SoilWaterTesting.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Litigation Support  ", style:STYLE, url:"../PublicPages/LitigationSupport.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Training", style:STYLE, url:"../PublicPages/Training.aspx"}
		]
	},
	{code:"<img src='../images/nav_04.jpg' width='98' height='31' />", size:[31,98], itemoff:[0,215], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_04.jpg' width='98' height='31' />", url:"../PublicPages/Oil-Gas.aspx"
	},
		sub:[
			{leveloff:[31,0],"size":[18,170], itemoff:[17,0]},
			{code:"&nbsp;&nbsp;&nbsp;Oil &amp; Gas", style:STYLE, url:"../PublicPages/Oil-Gas.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Water &amp; Wastewater", style:STYLE, url:"../PublicPages/Water.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Transit", style:STYLE, url:"../PublicPages/Transit.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Marine Structures and Bridges", style:STYLE, url:"../PublicPages/Marine.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Government &amp; Military", style:STYLE, url:"../PublicPages/Government.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Private Industry", style:STYLE, url:"../PublicPages/Private.aspx"}
		]
	},
	{code:"<img src='../images/nav_05.jpg' width='69' height='31' />", size:[31,69], itemoff:[0,98], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_05.jpg' width='69' height='31' />", url:"javascript:void(0)", onclick:"return false;"
	},
		sub:[
			{leveloff:[31,0],"size":[18,106], itemoff:[17,0]},
			{code:"&nbsp;&nbsp;&nbsp;News Coverage", style:STYLE, url:"../PublicPages/News.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Press Releases", style:STYLE, url:"../PublicPages/Press-Releases.aspx"}
		]
	},
	{code:"<img src='../images/nav_06.jpg' width='91' height='31' />", size:[31,91], itemoff:[0,69], leveloff:[0,0],
	ocode:"<img src='../images/nav_on_06.jpg' width='91' height='31' />", url:"../PublicPages/Contact.aspx"
	},
];



