BLANK_IMAGE = '/media/blank.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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"white"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"side_links",		// CSS class for items
		OVER:"side_links_over"	// CSS class  for item which is under mouse
	}
};

var BLUE_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#000000",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"drop_links",		// CSS class for items
		OVER:"drop_links_over"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[50,188], itemoff:[0,0], leveloff:[28,0], style:STYLE, size:[21,83]},
	{code:'<img src="/media/home_about_us_off.gif" width="83" height="28" />',
		ocode:'<img src="/media/home_about_us_on.gif" />', url:"/about.html",
		sub:[
			 {itemoff:[21,0], size:[21,140], style:BLUE_STYLE},
			{code:"&nbsp;The PCS Story","url":"/about.html"},
			{code:"&nbsp;Management Team","url":"/management_team.html"},
			{code:"&nbsp;Industry Rankings","url":"/industry_rankings.html"},
			{code:"&nbsp;Affiliations","url":"/affiliations.html"},
			{code:"&nbsp;Awards","url":"/awards.html"},
			{code:"&nbsp;Contact Us","url":"/locations.html"}
			]
	},
		{format:{itemoff:[0,83], size:[21,135]},code:'<img src="/media/sales_locations_off.gif" width="135" height="28" />',
		ocode:'<img src="/media/sales_locations_on.gif" />', url:"/locations.html",
		sub:[
			{itemoff:[21,0], size:[21,120], style:BLUE_STYLE},
			{code:"&nbsp;Sales Contacts","url":"/contact.html"},
			{code:"&nbsp;Locations","url":"/locations.html"}
		]
	},
		{format:{itemoff:[0,135], size:[21,91]},code:'<img src="/media/home_projects_off.gif" width="91" height="28" />',
		ocode:'<img src="/media/home_projects_on.gif" />', url:"/projects.html",
		sub:[
			{itemoff:[21,0], size:[21,140], style:BLUE_STYLE},
			{code:"&nbsp;Heavy Engineering","url":"/projects/Heavy_Engineering/project_olivenhain.html"},
			{code:"&nbsp;Heavy Commercial","url":"/projects/Heavy_Commercial/project_world_market.html"},
			{code:"&nbsp;Light Commercial","url":"/projects/Light_Commercial/project_alta_montecito.html"},
			{code:"&nbsp;Defense","url":"/projects/defense/project_defense.html"},
			{code:"&nbsp;Municipal","url":"/projects/municipal/project_04B151.html"}
		]
	},
	{format:{itemoff:[0,91], size:[21,85]},code:'<img src="/media/home_services_off.gif" width="85" height="28" />',
		ocode:'<img src="/media/home_services_on.gif"/>', url:"/services.html",
		sub:[
			 {itemoff:[21,0], size:[21,180], style:BLUE_STYLE},
			 {code:"&nbsp;Featured Capabilities","url":"/services.html"},
			  {code:"&nbsp;Primary Business Sectors","url":"/services.html"},
			   {code:"&nbsp;Geographic Markets","url":"/services.html"}
			 ]
	},
	{format:{itemoff:[0,85], size:[21,71]},code:'<img src="/media/home_safety_off.gif" width="71" height="28" border="0"/>',
		ocode:'<img src="/media/home_safety_on.gif" />', url:"/safety.html",
		sub:[
			{itemoff:[21,0], size:[21,120], style:BLUE_STYLE},
			{code:"&nbsp;Safety Practices","url":"/safety.html"},
			{code:"&nbsp;Safety Director","url":"/safety.html"}
		]
	},
	{format:{itemoff:[0,71], size:[21,62]},code:'<img src="/media/home_news_off.gif" width="62" height="28" />',
		ocode:'<img src="/media/home_news_on.gif" />', url:"/news.html",
		sub:[
			{itemoff:[21,0], size:[21,110], style:BLUE_STYLE},
			{code:"&nbsp;What's New?","url":"/news.html"},
			{code:"&nbsp;News Archive","url":"/news_archive.html"}
		]
	},
	{format:{itemoff:[0,62], size:[21,64]},code:'<img src="/media/home_links_off.gif" width="64" height="28" />',
		ocode:'<img src="/media/home_links_on.gif" />', url:"/affiliations.html",
		sub:[
			{itemoff:[21,0], size:[21,100], style:BLUE_STYLE},
			{code:"&nbsp;Links","url":"/affiliations.html"}
		]
	},
	{format:{itemoff:[0,64], size:[21,81]},code:'<img src="/media/home_careers_off.gif" width="81" height="28" />',
		ocode:'<img src="/media/home_careers_on.gif" />', url:"/careers.html",
		sub:[
			{itemoff:[21,0], size:[21,150], style:BLUE_STYLE},
			{code:"&nbsp;Career Opportunities","url":"/careers.html"},
					{code:"&nbsp;Equal Employment","url":"/eeo_opportunity.html"}
		]
	},
		{format:{itemoff:[0,81], size:[21,110]},code:'<img src="/media/online_store_off.gif" width="110" height="28" />',
		ocode:'<img src="/media/online_store_on.gif" />', url:"http://www.company-catalog.com/pcs", target:"blank",
		sub:[
			{itemoff:[21,0], size:[21,100], style:BLUE_STYLE},

		]
	}
		

	
];
