
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#e0d9c8",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"ffffff",		// background color for the items
		bgOVER:"#993333"	// 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:"relative", itemoff:[294,198], leveloff:[23,30], style:STYLE, size:[24,144]},
    {code:"Go Shopping!", url:"http://www.staleytraining.com/store",
        sub:[
            {"itemoff":[21,0], "size":[24,170]},
            {code:"Books & eBooks", "url":"http://staleytraining.com/store/book-and-ebooks.htm"},
            {code:"Supplements", "url":"http://staleytraining.com/store/supplements.htm"},
            {code:"Training Equipment", "url":"http://staleytraining.com/store/training-equipment.htm"},
            {code:"DVD's & Videos", "url":"http://staleytraining.com/store/dvds-and-videos.htm"},
            {code:"Interviews & Audios", "url":"http://staleytraining.com/store/interviews-and-audios.htm"},
            {code:"Consultations", "url":"http://staleytraining.com/store/consultations.htm"}
        ]
    }
];
