BLANK_IMAGE = 'images/clear.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:" ",	// color of the item border, if any
		shadow:" ",	// color of the item shadow, if any
		bgON:" ",		// 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 SUBSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#dededf",	// color of the item border, if any
		bgON:"#385321",		// background color for the items
		bgOVER:"#4e6c8a"	// background color for the item which is under mouse right now
		
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};




var MENU_ITEMS = [
	{pos:'relative'},
	{code:"Home", style:STYLE, size:[30,100], itemoff:[0,0], leveloff:[0,0],
	ocode:"Home", url:"index.php"
	},
	
	{code:"About Us", style:STYLE, size:[30,100], itemoff:[0,80], leveloff:[0,0], //"format":{
	ocode:"About Us", url:"about-us.php"
	},
//			sub:[
//			{leveloff:[41,0],"size":[22,120], itemoff:[20,0]},
//			{code:"&nbsp;&nbsp;&nbsp;Technical Support", style:SUBSTYLE, url:"#"}
//		]
//	},
	
	{code:"Services", style:STYLE, size:[30,100], itemoff:[0,100], leveloff:[0,0], "format":{
	ocode:"Services", url:"services.php"
	},
		sub:[
			{leveloff:[35,-50],"size":[22,200], itemoff:[20,0]},
			{code:"&nbsp;&nbsp;Municipal Services", style:SUBSTYLE, url:"services-municipal.php"},
			{code:"&nbsp;&nbsp;Planning & Design", style:SUBSTYLE, url:"services-planningdesign.php"},
			{code:"&nbsp;&nbsp;Environmental Services", style:SUBSTYLE, url:"services-environmental.php"},
			{code:"&nbsp;&nbsp;Parks, Recreation & Education", style:SUBSTYLE, url:"services-parksreced.php"},
			{code:"&nbsp;&nbsp;Regulatory Permitting", style:SUBSTYLE, url:"services-regulatorypermitting.php"},
			{code:"&nbsp;&nbsp;Storm Water Management", style:SUBSTYLE, url:"services-stormwatermg.php"},
			{code:"&nbsp;&nbsp;Water Supply Management", style:SUBSTYLE, url:"services-watersupplymg.php"},
			{code:"&nbsp;&nbsp;Waste Water Management", style:SUBSTYLE, url:"services-wastewatermg.php"},
			{code:"&nbsp;&nbsp;Solid Waste Management", style:SUBSTYLE, url:"services-solidwastemg.php"},
			{code:"&nbsp;&nbsp;Grants", style:SUBSTYLE, url:"services-grants.php"}
		]
	},
	{code:"Contact", style:STYLE, size:[30,100], itemoff:[0,100], leveloff:[0,0], //"format":{
	ocode:"Contact", url:"contact.php"
	},
	{code:"Careers", style:STYLE, size:[30,100], itemoff:[0,100], leveloff:[0,0], //"format":{
	ocode:"Careers", url:"careers.php"
	},
	
	{code:"Bid Information", style:STYLE, size:[30,100], itemoff:[0,100], leveloff:[0,0],
	ocode:"Bid Information", url:"bid-information.php"
	},
];

