BLANK_IMAGE = '/java/b.gif';

var STYLE0 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[0,1,0,1],
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DADAD0",	// color of the item shadow, if any
		bgON:"#DADAD0",		// background color for the items
		bgOVER:"#DADAD0"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style0MOn",		// CSS class for items
		OVER:"Style0MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,0],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#B2AE85",	// color of the item border, if any
		shadow:"#ffffff",	// color of the item shadow, if any
		bgON:"#F2EEC9",
		bgOVER:"#DEDAB9"
	},
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	}
};


var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,1,0],
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#B2AE85",	// color of the item border, if any
		shadow:"#ffffff",	// color of the item shadow, if any
		bgON:"#DEDAB9",		// background color for the items
		bgOVER:"#F2EEC9"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:"absolute", itemoff:[20,0], leveloff:[0,0], size:[20,120], style:STYLE1},
	{code:'Mannequin&#174;', 
		url:'',
		format:{image:"/image/bullet-box1.gif", oimage:"/image/bullet-box1.gif", imgsize:[20,16], style:STYLE0, size:[25,120]}, 
		sub:[]
	},
	{code:'&nbsp;&nbsp;&nbsp;&#155;&nbsp;&nbsp;Training Head', 
		url:'/brand/training_head.html',
		format:{itemoff:[25,0], image:"", oimage:"", imgsize:[0,0]},
		sub:[]
		
	},
	{code:'Mannequin&#174;', url:'',
		format:{image:"/image/bullet-box1.gif", oimage:"/image/bullet-box1.gif", imgsize:[20,16], style:STYLE0, size:[25,120]}, 
		sub:[]
	},
	{code:'&nbsp;&nbsp;&nbsp;&#155;&nbsp;&nbsp;Head Holder', 
		url:'/brand/head_holder.html',
		format:{itemoff:[25,0], image:"", oimage:"", imgsize:[0,0]},
		sub:[]
		
	},
	{code:'&nbsp;&nbsp;&nbsp;&#155;&nbsp;&nbsp;Traininghead Tripot', 
		url:'/brand/traininghead_tripot.html',
		format:{image:"", oimage:"", imgsize:[0,0]},
		sub:[]
			


];

