BLANK_IMAGE = 'submenus/images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#002E5C",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#002E5C",		// background color for the items
		bgOVER:"#FE893F"	// 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:[50,127], itemoff:[0,160], leveloff:[25,0], style:NOSTYLE, size:[25,160]},
	{code:"", format:{size:[25,227]},
		sub:[
			{itemoff:[21,0], style:STYLE},
			{code:"Group Health & Welfare", url:"/group.htm"},
			{code:"Retirement Plan Services", url:"/retirement.htm"},
			{code:"Compensation & Human Resources", url:"/resources.htm"},
			{code:"Private Client Services", url:"/private.htm"},
			{code:"Risk Management Services", url:"/RiskManagement.htm"},
			{code:"M & A Due Diligence", url:"/m_a_due_diligence.htm"}
		]
	},
	{code:"", format:{size:[25,137]},
		sub:[
			{itemoff:[21,0], style:STYLE},
			{code:"Plan Access", url:"/PlanAccess.htm"},
			{code:"Crystal Technology", url:"/CrystalTech.htm"},
			{code:"Benefit Connection", url:"/Benefit.htm"},
			{code:"Service Direct", url:"/ServiceDirect.htm"}
		]
	},
	{code:"", format:{size:[25,110], itemoff:[0,150]},
		sub:[
			{itemoff:[21,0], style:STYLE},
			{code:"Profile", url:"/profile.htm"},
			{code:"Mission", url:"/mission.htm"},
			{code:"Management", url:"/management.htm"},
			{code:"Employment", url:"/employment.htm"}
		]
	}

];
