BLANK_IMAGE = 'images/b.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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#769e4f"	// 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 GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#dededf",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#183d67",		// background color for the items
		bgOVER:"#fff"	// 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:'absolute'},
	{code:"<img src='images/nav/leftnav_01.jpg' width='165' height='25' />", size:[25,165], itemoff:[0,0], leveloff:[0,0], "format":{
	ocode:"<img src='images/nav/leftnavon_01.jpg' width='165' height='25' />", url:"pharmaservicessummary.asp"
	},
				sub:[
			{leveloff:[0,166],"size":[25,180], itemoff:[24,0]},
			{code:"&nbsp;&nbsp;&nbsp;Outsourcing", style:GREEN_STYLE, url:"outsourcing.asp"}
		]
	},
	{code:"<img src='images/nav/leftnav_02.jpg' width='165' height='27' />", size:[27,165], itemoff:[25,0], leveloff:[0,0], "format":{
	ocode:"<img src='images/nav/leftnavon_02.jpg' width='165' height='27' />", url:"contractmanagementnew.asp"
	},
			sub:[
			{leveloff:[0,166],"size":[27,180], itemoff:[26,0]},
			{code:"&nbsp;&nbsp;&nbsp;Budget Negotiation", style:GREEN_STYLE, url:"budgetnegotiationnew.asp"},			
			{code:"&nbsp;&nbsp;&nbsp;Contract Administration", style:GREEN_STYLE, url:"contractadministration.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Contract Negotiation", style:GREEN_STYLE, url:"contractnegotiation.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Return on Investment", style:GREEN_STYLE, url:"returnoninvestment.asp"}
		]
	},
	{code:"<img src='images/nav/leftnav_03.jpg' width='165' height='28' />", size:[28,165], itemoff:[27,0], leveloff:[0,0], "format":{
	ocode:"<img src='images/nav/leftnavon_03.jpg' width='165' height='28' />", url:"globalpaymentmanagement.asp"
	},
			sub:[
			{leveloff:[0,166],"size":[28,251], itemoff:[27,0]},
			{code:"&nbsp;&nbsp;&nbsp;Intregration/Transaction/Settlement", style:GREEN_STYLE, url:"integrationtransactionsettlement.asp"},			
			{code:"&nbsp;&nbsp;&nbsp;Return on Investment", style:GREEN_STYLE, url:"returnoninvestment2.asp"}
		]
	},
	{code:"<img src='images/nav/leftnav_04.jpg' width='165' height='27' />", size:[27,165], itemoff:[28,0], leveloff:[0,0],
	ocode:"<img src='images/nav/leftnavon_04.jpg' width='165' height='27' />", url:"casestudies2.asp"
	},
];


