BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#124072",		// background color for the items
		bgOVER:"#ffffff"	// 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 STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#124072",		// background color for the items
		bgOVER:"#124072"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOn"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", delay:[200, 800], itemoff:[0,99], leveloff:[10,0], style:STYLE1, size:[18,100]},
			{code:"services",url:"services.html",
				sub:[
					{itemoff:[20,0], style:STYLE, size:[20,100]},
					{code:"<table width='100%'><tr><td align='left'>Web Design</td></tr></table>",url:"graphic-design.html"},
					{code:"<table width='100%'><tr><td align='left'>Web Hosting</td></tr></table>",url:"web-hosting.html"},
					{code:"<table width='100%'><tr><td align='left'>Branding</td></tr></table>",url:"branding.html"}
				]
			}
		];
