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:"#b2af9a",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#e4e1d0",		// background color for the items
		bgOVER:"#045c94"	// 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:'absolute'},
	{code:"<img src='images/nav_01.jpg' width='116' height='36' />", size:[36,116], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='images/nav-on_01.jpg' width='116' height='36' />", url:"index.php"
	},
	{code:"<img src='images/nav_02.jpg' width='181' height='36' />", size:[36,181], itemoff:[0,116], leveloff:[0,0],"format":{
	ocode:"<img src='images/nav-on_02.jpg' width='181' height='36' />", url:"overview.php"
	},
			sub:[
			{leveloff:[35,0],"size":[34,182], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Why GPM ", style:STYLE, url:"whygpm.php"},
			{code:"&nbsp;&nbsp;&nbsp;Our Team ", style:STYLE, url:"team.php"},			
			{code:"&nbsp;&nbsp;&nbsp;Professional Memberships ", style:STYLE, url:"memberships.php"}
		]
	},
	{code:"<img src='images/nav_03.jpg' width='139' height='36' />", size:[36,139], itemoff:[0,181], leveloff:[0,0],"format":{
	ocode:"<img src='images/nav-on_03.jpg' width='139' height='36' />", url:"services.php"
	},
			sub:[
			{leveloff:[35,0],"size":[34,270], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Auditing and Accounting", style:STYLE, url:"accounting.php"},
			{code:"&nbsp;&nbsp;&nbsp;Tax Planning and Compliance", style:STYLE, url:"tax.php"},			
			{code:"&nbsp;&nbsp;&nbsp;Litigation Support", style:STYLE, url:"litigation.php"},
			{code:"&nbsp;&nbsp;&nbsp;Financial, Estate and Retirement Planning", style:STYLE, url:"retirement.php"},
			{code:"&nbsp;&nbsp;&nbsp;Business Advisory Services", style:STYLE, url:"business.php"},
			{code:"&nbsp;&nbsp;&nbsp;Valuation & Appraisal Services", style:STYLE, url:"valuation.php"}
		]
	},
	{code:"<img src='images/nav_04.jpg' width='148' height='36' />", size:[36,148], itemoff:[0,139], leveloff:[0,0],"format":{
	ocode:"<img src='images/nav-on_04.jpg' width='148' height='36' />", url:"industries.php"
	},
			sub:[
			{leveloff:[35,0],"size":[34,170], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Construction ", style:STYLE, url:"construction.php"},
			{code:"&nbsp;&nbsp;&nbsp;Real Estate ", style:STYLE, url:"realestate.php"},
			{code:"&nbsp;&nbsp;&nbsp;Non-Profit Organizations ", style:STYLE, url:"nonprofit.php"},
			{code:"&nbsp;&nbsp;&nbsp;Healthcare ", style:STYLE, url:"healthcare.php"},
			{code:"&nbsp;&nbsp;&nbsp;Professional Services", style:STYLE, url:"professionalservices.php"},
			{code:"&nbsp;&nbsp;&nbsp;Other Industries", style:STYLE, url:"niche.php"}
		]
	},
	{code:"<img src='images/nav_05.jpg' width='211' height='36' />", size:[36,211], itemoff:[0,148], leveloff:[0,0],"format":{
	ocode:"<img src='images/nav-on_05.jpg' width='211' height='36' />", url:"resources.php"
	},
			sub:[
			{leveloff:[35,0],"size":[34,211], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Financial Tools", style:STYLE, url:"resources.php"},
			{code:"&nbsp;&nbsp;&nbsp;Helpful Links", style:STYLE, url:"links.php"},
			{code:"&nbsp;&nbsp;&nbsp;Info Center", style:STYLE, url:"info.php"}
		]
	},
	{code:"<img src='images/nav_06.jpg' width='154' height='36' />", size:[36,154], itemoff:[0,211], leveloff:[0,0],"format":{
	ocode:"<img src='images/nav-on_06.jpg' width='154' height='36' />", url:"contact.php"
	},
			sub:[
			{leveloff:[35,0],"size":[34,155], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Careers", style:STYLE, url:"careers.php"}
		]
	},
];



