BLANK_IMAGE = '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:"#AEC8D8",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#7C7E83",		// background color for the items
		bgOVER:"#7C7E83"	// 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:'relative', itemoff:[0,50], leveloff:[32,1], style:NOSTYLE, size:[1,1]},
	
	{code:"",url:"",format:{size:[32,205], itemoff:[0,0],levelFilters:'progid:DXImageTransform.Microsoft.Fade(duration=0.4)'},
		sub:[
			{itemoff:[35,0],size:[36,205], style:STYLE},
			{code:"Owner-Client Log-in",url:"http://www.acespower.net/membersonly/index.php?SCREEN=login",target:"_blank"},
			{code:"Service Philosophy", url: "content.aspx?Key=34" },
			{code:"APM Learning Portal", url:"content.aspx?Key=75"}
		]
	},
	{code:"",url:"",format:{size:[32,158], itemoff:[0,205],levelFilters:'progid:DXImageTransform.Microsoft.Fade(duration=0.4)'},
		sub:[
			{itemoff:[35,0],size:[36,205], style:STYLE},
			{code:"Services",url:"content.aspx?Key=61"},
			{code:"Types of Companies APM Serves",url:"",
			sub:[
			    {itemoff:[35,0],leveloff:[0,205],size:[36,205], style:STYLE},
			    {code:"Cooperative Utility",url:"content.aspx?Key=3"},
			    {code:"Municipal or Public Power Utility",url:"content.aspx?Key=4"},
			    {code:"Investor Owned Utility",url:"content.aspx?Key=5"},
			    {code:"Financial Institution",url:"content.aspx?Key=6"},
			    {code:"Industrial Company",url:"content.aspx?Key=7"},
			    {code:"Independent Generator",url:"content.aspx?Key=8"},
			    {code:"Renewable Energy Provider",url:"content.aspx?Key=9"}	  
		        ]},
			{code:"New Business Development Contacts",url:"content.aspx?Key=81"}
			
		]
	},
	{code:"",url:"",format:{size:[32,189], itemoff:[0,158],levelFilters:'progid:DXImageTransform.Microsoft.Fade(duration=0.4)'},
		sub:[
			{itemoff:[35,0],size:[36,205], style:STYLE},
			{code:"Company History and Statistics",url:"content.aspx?Key=59"},
			{code:"Types of Positions Available at APM",url:"content.aspx?Key=42"}

		]
	}
];

