BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ba0140",	// color of the item border, if any
		shadow:"#c694a5",	// color of the item shadow, if any
		bgON:"#827779",		// background color for the items
		bgOVER:"#c74c69"	// 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:[30,130], itemoff:[0,114], leveloff:[24,0], style:STYLE, size:[25,135]},
	{code:"Home", url:"http://www.aefancydress.com"},
	{code:"Accessories :", url:"http://www.aefancydress.com/costume-accessories-c-4", 
		sub:[
			{itemoff:[21,0]},
			{code:"Bags & Purses", url:"http://www.aefancydress.com/costume-accessories-bags-purses-c-4_102"},
			{code:"Footwear", url:"http://www.aefancydress.com/costume-accessories-footwear-c-4_101"},
			{code:"Gloves", url:"http://www.aefancydress.com/costume-accessories-gloves-c-4_105"},
			{code:"Hats", url:"http://www.aefancydress.com/costume-accessories-hats-c-4_100"},
			{code:"Hosiery", url:"http://www.aefancydress.com/costume-accessories-hosiery-c-2_4_10"},
			{code:"Masks", url:"http://www.aefancydress.com/costume-accessories-masks-c-4_23"},
			{code:"Misc. Accessories", url:"http://www.aefancydress.com/costume-accessories-misc-c-4_104"},
			{code:"Petticoats", url:"http://www.aefancydress.com/costume-accessories-petticoats-c-4_103"},
			{code:"Wings", url:"http://www.aefancydress.com/costume-accessories-wings-c-4_9"}
		]
	},
	{code:"Ladies Outfits :", url:"http://www.aefancydress.com/ladies-fancy-dress-c-2", 
		sub:[
			{itemoff:[21,0]},
			{code:"(Motor) Sports", url:"http://www.aefancydress.com/ladies-fancy-dress-motor-sports-c-2_14"},
			{code:"Angels, Devils, Fairies", url:"http://www.aefancydress.com/ladies-fancy-dress-angels-devils-fairies-c-2_11"},
			{code:"Animal Characters", url:"http://www.aefancydress.com/ladies-fancy-dress-animal-characters-c-2_12"},
			{code:"Fairytale & Stories", url:"http://www.aefancydress.com/ladies-fancy-dress-fairytale-stories-c-2_15"},
			{code:"Gangsters & Jailbirds", url:"http://www.aefancydress.com/ladies-fancy-dress-gangsters-jailbirds-c-2_20"},
			{code:"Halloween", url:"http://www.aefancydress.com/ladies-fancy-dress-halloween-c-2_123"},
			{code:"History & Myth", url:"http://www.aefancydress.com/ladies-fancy-dress-history-myth-c-2_21"},
			{code:"International", url:"http://www.aefancydress.com/ladies-fancy-dress-international-ethnic-c-2_18"},
			{code:"Leg Avenue 2009", url:"http://www.aefancydress.com/ladies-fancy-dress-leg-avenue-2009-c-2_24"},
			{code:"Military & Police", url:"http://www.aefancydress.com/ladies-fancy-dress-military-police-c-2_16"},
			{code:"Misc. Characters", url:"http://www.aefancydress.com/ladies-fancy-dress-misc-characters-c-2_6"},
			{code:"Nurses & Maids", url:"http://www.aefancydress.com/ladies-fancy-dress-nurses-maids-c-2_13"},
			{code:"Occupations", url:"http://www.aefancydress.com/ladies-fancy-dress-jobs-professions-c-2_19"},
			{code:"Pirates & Witches", url:"http://www.aefancydress.com/ladies-fancy-dress-pirates-witches-c-2_17"},
			{code:"Plus Size Costumes", url:"http://www.aefancydress.com/ladies-fancy-dress-plus-size-costumes-c-2_8"},
			{code:"Retro & Hippie", url:"http://www.aefancydress.com/ladies-fancy-dress-retro-c-2_3"},
			{code:"Sailors", url:"http://www.aefancydress.com/ladies-fancy-dress-sailors-c-2_22"},
			{code:"School & Scout", url:"http://www.aefancydress.com/ladies-fancy-dress-school-scout-c-2_7"}
		]
	},
	{code:"Mens Outfits", url:"http://www.aefancydress.com/men-s-fancy-dress-c-85"},
  {code:"Shop By Brand :", url:"http://www.aefancydress.com/shop-by-brand-c-25",
  sub:[
			{itemoff:[21,0]},
			{code:"BeWicked", url:"http://www.aefancydress.com/shop-by-brand-bewicked-c-25_34"},
			{code:"Elegant Moments", url:"http://www.aefancydress.com/shop-by-brand-elegant-moments-c-25_106"},
			{code:"J Valentine", url:"http://www.aefancydress.com/shop-by-brand-j-valentine-c-25_57"},
			{code:"Leg Avenue", url:"http://www.aefancydress.com/shop-by-brand-leg-avenue-c-25_29"},
			{code:"Music Legs", url:"http://www.aefancydress.com/shop-by-brand-music-legs-c-25_55"},
			{code:"Non-Branded Collection", url:"http://www.aefancydress.com/shop-by-brand-unbranded-c-25_59"},
			{code:"Passion", url:"http://www.aefancydress.com/shop-by-brand-passion-c-25_66"},
			{code:"Roma of Hollywood", url:"http://www.aefancydress.com/shop-by-brand-roma-of-hollywood-c-25_83"}
			]
  }
];
