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:"White",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#008FCE",		// background color for the items
		bgOVER:"#CBE7F3"	// 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', leveloff:[21,0], style:NOSTYLE},
	
	{code:"",url:"search.aspx",format:{size:[20,215], itemoff:[0,0]},
		sub:[
			{itemoff:[21,0],size:[21,215], style:STYLE, levelFilters:"progid:DXImageTransform.Microsoft.Blinds(duration=0.4, bands=1, direction='down')"},
			{code:"Company List",url:"listing.aspx"},
			{code:"Service List",url:"chart.aspx"},
			{code:"Search",url:"search.aspx"},
			{code:"Company Spotlight",url:"spotlight.aspx"},
			{code:"Login/Register",url:"login.aspx"}
		]
	},
	{code:"",url:"workforce.aspx",format:{size:[20,100], itemoff:[0,220]}},
	{code:"",url:"news.aspx",format:{size:[20,58], itemoff:[0,105]}},
	{code:"",url:"addprofile.aspx",format:{size:[20,100], itemoff:[0,61]}},
	{code:"",url:"contactus.aspx",format:{size:[20,75], itemoff:[0,102]},
		sub:[
			{itemoff:[20,0],size:[21,100], style:STYLE, levelFilters:"progid:DXImageTransform.Microsoft.Blinds(duration=0.3, bands=1, direction='down')"},
			{code:"Contact Form",url:"contactus.aspx"},
			{code:"Staff Profiles",url:"staff.aspx"}
			
		]
	}
	
];
