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/nav_01.jpg' width='159' height='31' />", size:[0,0], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='../images/nav_01.jpg' width='159' height='31' />", url:"#"
	},
	{code:"<img src='../images/nav_02.jpg' width='77' height='31' />", size:[31,77], itemoff:[0,159], leveloff:[0,0],
	ocode:"<img src='../images/nav_on_02.jpg' width='77' height='31' />", url:"../PublicPages/Home.aspx"
	},
	{code:"<img src='../images/nav_03.jpg' width='97' height='31' />", size:[31,97], itemoff:[0,77], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_03.jpg' width='97' 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 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_04.jpg' width='225' height='31' />", size:[31,225], itemoff:[0,97], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_04.jpg' width='225' height='31' />", url:"../PublicPages/Services.aspx"
	},
		sub:[
			{leveloff:[31,0],"size":[18,225], 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_05.jpg' width='106' height='31' />", size:[31,106], itemoff:[0,225], leveloff:[0,0], "format":{
	ocode:"<img src='../images/nav_on_05.jpg' width='106' 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_06.jpg' width='104' height='31' />", size:[31,104], itemoff:[0,106], leveloff:[0,0],
	ocode:"<img src='../images/nav_on_06.jpg' width='104' height='31' />", url:"../PublicPages/Contact.aspx"
	},
];


