BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"mainmenu",
		OVER:"mainmenuover"
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,1,1],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#010B7D",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C9E5EE",		// background color for the items
		bgOVER:"#D5E8EE"	// 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,110], leveloff:[0,0], style:NOSTYLE, size:[25,104]},
	{code:"HOSTING PLANS",
		sub:[
			{itemoff:[20,0], leveloff:[26,0], style:STYLE, size:[20,125]},
			{code:"Starter Plan", url:"../starter-plan.php"},
			{code:"Business Plan", url:"../business-plan.php"},
			{code:"Professional Plan", url:"../professional-plan.php"},
			{code:"Enterprise Plan", url:"../enterprise-plan.php"},
			{code:"Compare Plans", url:"../compare-plans.php"}
			
		]
	}
];
