BLANK_IMAGE = '/picts/spacer.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:"#989898",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#CCCCCC",		// background color for the items
		bgOVER:"#E7E7E7"	// 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
		MENU_ON:"clsMenuOn",	
		MENU_OVER:"clsMenuOver"
	}
};

var MENU_ITEMS = [
	{pos:[1,72], itemoff:[0,119], leveloff:[18,0], style:STYLE, size:[18,119]},
	{code:"About Emercent", url:"/about.asp",
		sub:[
			{itemoff:[20,0], leveloff:[18,-1], size:[18,133]},
			{code:"Our History", url:"/ourhistory.asp"},
			{code:"Why Emercent", url:"/whyemercent.asp"},
			{code:"Solution Framework", url:"/psf.asp"},
			{code:"Methodology", url:"/methodology.asp"}
		]
	},
	{code:"Service Offerings", url:"/service.asp",
		sub:[
			{itemoff:[20,0], leveloff:[18,-1], size:[18,158]},
			{code:"Consulting Services", url:"/consulting.asp"},
			{code:"Frameworks &amp; Solutions", url:"/solutions.asp"},
			{code:"Specialized Skill Sets", url:"/people.asp"},
			{code:"Custom Development", url:"/customdevelopment.asp"},
			{code:"Remarketing", url:"/remarketing.asp", arrow:"on",
				sub:[
					{leveloff:[0,157], size:[18,160]},
					{code:"Overview", url:"/overview.asp"},
					{code:"Business Issues", url:"/businessissues.asp"},
					{code:"Service Offerings", url:"/serviceofferings.asp"},
					{code:"How Emercent Can Help", url:"/howemercentcanhelp.asp"}
				]
			},
			{code:"eContracting", url:"/econtracting.asp"}
		]
	},
	{code:"Experience", url:"/experience.asp",
		sub:[
			{itemoff:[20,0], leveloff:[18,-1], size:[18,138]},
			{code:"Case Studies", url:"/casestudies.asp"},
			{code:"Client List", url:"/technologies_partnerships.asp"},
			{code:"Technology", url:"/technology.asp", arrow:"on",
				sub:[
					{leveloff:[0,137], size:[18,124]},
					{code:"Delivering Results", url:"/deliveringresults.asp"},
					{code:"Our Approach", url:"/ourapproach.asp"}
				]
			}
		]
	},
	{code:"Focus Areas", url:"/industryfocus.asp",
		sub:[
			{itemoff:[20,0], leveloff:[18,-1], size:[18,166]},
			{code:"Credit &amp; Funding Services", url:"/credit_funding.asp"},
			{code:"Dealer Services", url:"/dealerservices.asp"},
			{code:"Customer Services", url:"/customerservice.asp"},
			{code:"End of Lease Services", url:"/endoflease.asp"},
			{code:"Supporting Services", url:"/supportingservices.asp"}
		]
	},
	{code:"News &amp; Events", url:"/news.asp"},
	{code:"Careers", url:"/careers.asp"}
];
