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:"#000000",		// background color for the items
		bgOVER:"#960225"	// 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:[0,120], itemoff:[0,90], leveloff:[24,0], style:STYLE, size:[25,135]},
	{code:"Home", url:"http://www.aefetishwear.com"},
	{code:"Bondage :", url:"http://www.aefetishwear.com/bondage-gear-c-12"},
	{code:"Footwear :", url:"http://www.aefetishwear.com/kinky-footwear-c-44"},
	{code:"Latex", url:"http://www.aefetishwear.com/latex-wear-c-32"},
	{code:"Leather", url:"http://www.aefetishwear.com/leather-wear-c-5"},
	{code:"Rubber", url:"http://www.aefetishwear.com/rubber-wear-c-36"},
	{code:"Vinyl", url:"http://www.aefetishwear.com/vinyl-wear-c-7"},
  {code:"Shop By Brand :", url:"http://www.aefetishwear.com/shop-by-brand-c-2",
  sub:[
			{itemoff:[21,0]},
			{code:"Devious", url:"http://www.aefetishwear.com/shop-by-brand-devious-c-2_40"},
			{code:"Elegant Moments", url:"http://www.aefetishwear.com/shop-by-brand-elegant-moments-c-2_3"}
 			]
  }
];

