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:"#f0eddf",		// background color for the items
			bgOVER:"#dbc7b3",	// background color for the item which is under mouse right now
			imagebg:"#CECEDE",
			oimagebg:"#AFAFC9"
		},
		css:{
			ON:"clsCMOn",		// CSS class for items
			OVER:"clsCMOver"	// CSS class  for item which is under mouse
		}
	};
	
	var STYLE_SUB = {
		border:1,			// 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:"white",		// background color for the items
			bgOVER:"#C84634",	// background color for the item which is under mouse right now
			imagebg:"#FFFFFF",
			oimagebg:"#529AE2"
		},
		css:{
			ON:"clsCMOnSUB",		// CSS class for items
			OVER:"clsCMOverSUB"	// CSS class  for item which is under mouse
		}
	};
var MENU_ITEMS = [
	{pos:"relative", "itemoff":[21,0], leveloff:[0,0], style:STYLE, size:[22,184],image:"img/right_arrow.gif",oimage:"img/right_redarrow.gif",imgsize:[13,13]},
	
	
	{code:"Clip Charm Accessories", url:"bead-shop.html?hid=133"}, {code:"Clip Charms", url:"bead-shop.html?hid=131"}, {code:"Pendants", url:"bead-shop.html?hid=6", sub:[{itemoff:[21,0], leveloff:[5,120], style:STYLE_SUB, size:[22,200], image:"img/right_arrow_sm.gif",oimage:"img/right_arrow_sm.gif",imgsize:[13,13]}, {code:"Foil", url:"bead-shop.html?hid=77"}, {code:"Santa", url:"bead-shop.html?hid=78"}]}, {code:"Tools", url:"bead-shop.html?hid=8", sub:[{itemoff:[21,0], leveloff:[5,120], style:STYLE_SUB, size:[22,200], image:"img/right_arrow_sm.gif",oimage:"img/right_arrow_sm.gif",imgsize:[13,13]}, {code:"Wonder Knitter", url:"bead-shop.html?hid=88"}]}];