BLANK_IMAGE = '../images/b.gif';
var STYLE = {	border:0,			// item's border width, pixels; zero means "none"
	        shadow:0,			// item's shadow size, pixels; zero means "none"
        	color:{
        		bgON:"black",		// background color for the items
         		bgOVER:"black"	// 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 SUBSTYLE = {
	border:0,
	css:{
		ON:"subon",
		OVER:"subover"
	}
};
var MENU_ITEMS = [
	{pos:"relative", itemoff:[14,0], leveloff:[0,125], style:STYLE, size:[13,114]},
	{code:"INSIGHT", url:"../index.php?page=vision"},
	{code:"COLLECTIONS", url:"../collections/index.html",
		sub:[
			{itemoff:[14,0], size:[13,140], style:SUBSTYLE},
			{code:"FASHION & COUTURE", url:"../index.php?page=fashion"},
			{code:"COMMERCIAL", url:"../index.php?page=commercial"},
			{code:"BEAUTIFUL THINGS", url:"../index.php?page=bthings"},
			{code:"NEW BEGINNINGS", url:"../index.php?page=newbeginnings"},
			{code:"PRECIOUS MOMENTS", url:"../index.php?page=preciousmoments"},
			{code:"YOU", url:"../index.php?page=you"}
		]
	},
	{code:"IN THE RAW"},
	{code:"CREW", url:"../index.php?page=crew"},
	{code:"CONTACT", url:"../index.php?page=contact"}];
