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:"#8E8E8E",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#FF0000"	// 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:[267,212], itemoff:[0,139], leveloff:[19,0], style:STYLE, size:[19,100]},
	{code:"OVERVIEW", "format":{"size":[20,140]},
		sub:[
			{itemoff:[19,0]},
			{code:"What is BPO?", url:'business_outsource.html'},
			{code:"How does BPO work?", url:'business_outsource.html'},
			{code:"Benefits of BPO", url:'bpo.html'}
		]},
	{code:"ACCOUNTING", url:'accounting.html', "format":{"size":[20,140]},
		sub:[
			{itemoff:[19,0]},
			
		]},
	{code:"INSURANCE", "format":{"size":[20,140]},
		sub:[
			{itemoff:[19,0]},
			{code:"Property & Casualty", url:'insurance.html'},
			{code:"Life & Annuity", url:'insurance3.html'},
			{code:"Health", url:'insurance4.html'}
		]},

        {code:"MORTGAGE", "format":{"size":[20,140]},
		sub:[
			
                        {itemoff:[19,0]},
			{code:"Project Generation", url:'mortgage.html'},
			{code:"Virtual Loan Officers", url:'mortgage2.html'},
			{code:"General Processing", url:'mortgage4.html'}
		]}

];
