BLANK_IMAGE = 'schema/img/blank.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#5d1800",		// background color for the items
		bgOVER:"#5d1800"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",		// CSS class for items
		OVER:"clsCMOverImaged"	// CSS class  for item which is under mouse
	}
};

var SUB_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#5d1800",		// background color for the items
		bgOVER:"#5d1800"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImagedSub",		// CSS class for items
		OVER:"clsCMOverImagedSub"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,110], leveloff:[30,30], style:STYLE, size:[30,111]},
	{code:"Home", url:"index.php"},
    {code:"The Card", url:"whatIsIt.php",
        sub:[
            {style:SUB_STYLE, itemoff:[30,0]},
            {code:"&nbsp;&nbsp;What Is It?", url:"whatIsIt.php"},
            {code:"&nbsp;&nbsp;Register", url:"register.php"}
        ]
    },
    {code:"The Events", url:"events.php?spgId=mmm",
        sub:[
            {style:SUB_STYLE, itemoff:[30,0]},
            {code:"&nbsp;&nbsp;Makeover Mixer", url:"events.php?spgId=mmm"},
            {code:"&nbsp;&nbsp;Tea Socials", url:"events.php?spgId=teaSocials"},
            {code:"&nbsp;&nbsp;Past Events",
	        sub:[
	            {style:SUB_STYLE, itemoff:[30,0]},
	            {code:"&nbsp;&nbsp;CCC", url:"events.php?spgId=ccc2010"},
	            {code:"&nbsp;&nbsp;Family Fair", url:"events.php?spgId=eff2009"}
	            ]
	        }
        ]
    },
    {code:"The Savings", url:"offerList.php"},
/*  {code:"Vendors", url:"vendors.php"},
*/
	{code:"About", url:"contact.php",
        sub:[
            {style:SUB_STYLE, itemoff:[30,0]},
            {code:"&nbsp;&nbsp;Contact Us", url:"contact.php"},
            {code:"&nbsp;&nbsp;Newsletter", url:"newsletter.php"},
            {code:"&nbsp;&nbsp;Tot Spot Caf&eacute;", target:"_new2", url:"http://www.totspotcafe.com"}
        ]
    },	
];
