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,153], leveloff:[19,0], style:STYLE, size:[19,100]},
	{code:"INTRODUCTION", url:'Revenue_Cycle_Management.html', "format":{"size":[20,154]},
		sub:[
			
		]},
	{code:"MARINCORP ADVANTAGE", url:'marin_advantage.html', "format":{"size":[20,154]},
		sub:[
			
			
		]},
	{code:"REVENUE CYCLE MGMT", url:'revenue_cycle.html', "format":{"size":[20,154]},
		sub:[
			
		]},
	{code:"MEDICAL BILLING", url:'medical_billing.html', "format":{"size":[20,154]},
		sub:[
			
		]},
		
     {code:"CODING", url:'coding.html', "format":{"size":[20,108]},
		sub:[
			
                    
		]}

];
