
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_ITEMS = [
    {pos:"relative", itemoff:[0,198], leveloff:[23,30], style:STYLE, size:[24,196]},
    {code:"Free Fitness Library", url:"http://www.fitstep.com/Library/Library_home.htm",
        sub:[
            {"itemoff":[21,0]},
            {code:"Questions & Answers", "url":"http://www.fitstep.com/Library/Questions/Questions.htm"},
            {code:"Where Do I Begin", "url":"http://www.fitstep.com/Library/Begin/Begin.htm"},
            {code:"Training Tips", "url":"http://www.fitstep.com/Library/Tips/tip_index.htm"},
            {code:"Cardio Fitness Basics", "url":"http://www.fitstep.com/Library/Info/Cardio_fitness-start.htm"},
            {code:"Cardio Equipment", "url":"http://www.fitstep.com/Library/Info/Cardio_equipment1.htm"},
            {code:"Cardio Activities", "url":"http://www.fitstep.com/Library/Info/Cardio_activities.htm"},
            {code:"Stretching", "url":"http://www.fitstep.com/Library/Info/Stretching1.htm"},
            {code:"Choosing a Gym", "url":"http://www.fitstep.com/Library/Info/Gym_choose.htm"},
            {code:"Rules of the Gym", "url":"http://www.fitstep.com/Library/Info/Gym_rules.htm"},
            {code:"Warming Up", "url":"http://www.fitstep.com/Library/Info/Warm-up.htm"},
            {code:"Fitness Calculators", "url":"http://www.fitstep.com/Library/fitness-calculators.htm"},
            {code:"Ask A Fitness Question", "url":"http://www.fitstep.com/Misc/Askaquestion.htm"},
            {code:"Fitstep Funnies", "url":"http://www.fitstep.com/Library/Funnies/funnies_index.htm"}
        ]
    }
];
