
var STYLE = {
	border:1,			// 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:"ECECFF",		// background color for the items
		bgOVER:"#00ff00"	// 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_ITEMS12 = [
    {pos:"relative", itemoff:[0,198], leveloff:[23,30], style:STYLE, size:[24,196]},
    {code:"BetterU News Archive", url:"http://www.fitstep.com/Misc/Newsletter-archives/archive-home.htm",
        sub:[
            {"itemoff":[21,0]},
            {code:"Read the Latest Issue Now!", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue50.htm"},
            {code:"10 - Fat Loss, Stretching", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue10.htm"},
            {code:"17 - Squats, Metabolism", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue17.htm"},
            {code:"11 - Perfect Bench Press", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue11.htm"},
            {code:"41 - Train While Travelling", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue41.htm"},
            {code:"43 - Basic Nutrition", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue43.htm"},
            {code:"44 - Train When Sore?", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue44.htm"},
            {code:"33 - One Rep For Biceps", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue33.htm"},
            {code:"25 - RANT About Fitness", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue25.htm"},
            {code:"31 - Build The Upper Chest", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue31.htm"},
            {code:"24 - Why We Get Fat", "url":"http://www.fitstep.com/Misc/Newsletter-archives/issue24.htm"},
            {code:"Many More Issues!...", "url":"http://www.fitstep.com/Misc/Newsletter-archives/archive-home.htm"}
        ]
    }
];
