BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#E5DCB9",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[285,100], itemoff:[21,0], leveloff:[0,239], style:STYLE, size:[22,240]},
	{code:"Lingerie",
		sub:[
			{},
			{code:"Hosiery, Corsets and Erotic Underwear", url:"lingerie.html"},
			{code:"Tights For Women", url:"tights.html"}

		]	
	},

	{code:"Shoes",
		sub:[
			{},
			{code:"Shoes For Small Feet - Female", url:"shoesforsmallfeet.html"},
			{code:"Shoes For Big Feet - Female", url:"shoesforbigfeet.html"},
			{code:"Shoes For Big Feet - Men", url:"bigshoesformen.html"},
			{code:"Ballroom and Latin Dancing Shoes", url:"ballroomdanceshoes.html"}
		]	
	},

	{code:"Fancy Dress",
		sub:[
			{},
			{code:"Stag, Hen, Party & Hallowen Costumes ", url:"fancydress.html"}
		]	
	},

	{code:"Health and Beauty",
		sub:[
			{},
			{code:"Transfer Factor - Alternative Health", url:"transferfactor.html"},
			{code:"Pharmacy Products - 20% Cheaper", url:"pharmacy.html"},
			{code:"Skin Care Cosmetics", url:"skincare.html"}
		]	
	},

	{code:"Clothing",
		sub:[
			{},
			{code:"Womens Plus Size Clothing 14-32", url:"plussizefemale.html"},
			{code:"Mens Plus Size Clothing", url:"plussizemen.html"},
			{code:"Military Clothing and Equipment", url:"military.html"},
			{code:"Sports Bras &#38; Briefs Specialist", url:"sportsbras.html"}
		]	
	},

	{code:"Sports",
		sub:[
			{},
			{code:"Surf, Ski, Skate and Snow Products", url:"surfskisnow.html"},
			{code:"Football Shirts, Shorts and Socks", url:"soccer.html"},
			{code:"Sports Bras &#38; Briefs Specialist", url:"sportsbras.html"}
		]	
	},

	{code:"Left Handed Products",
		sub:[
			{},
			{code:"Products for Left Handed People", url:"lefthanded.html"},

		]	
	},

	{code:"Pet Products",
		sub:[
			{},
			{code:"Pet Clothing and Accessories", url:"petproducts.html"},

		]	
	}

];
