BLANK_IMAGE = 'img/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#000000",	// color of the item shadow, if any
		bgON:"#2B3036",		// background color for the items
		bgOVER:"#D2122D"	// 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:[660,34], itemoff:[0,99], leveloff:[19,0], style:STYLE, size:[19,100]},
	{code:"PRODUCTS", url:'products.html', "format":{"size":[20,100]},
		sub:[
			{itemoff:[19,0]},
			{code:"Display Cases", url:'products.html'},
			{code:"Nail Ornaments", url:'nail_ornaments.html'},
			{code:"Jewelry Displays", url:'acrylic-jewelry-displays-cases-stand.html'},
			{code:"Custom Pieces", url:'custom_pieces.html'},
			{code:"Laser Cutting", url:'laser-cutting-plastic-acrylic.html'},
			{code:"Plastic Fabrication", url:'plastic-fabrication-Plastic-fabricators.html'}
			
		]}

];
