
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_ITEMS2 = [
    {pos:"relative", itemoff:[0,198], leveloff:[23,30], style:STYLE, size:[24,144]},
    {code:"Articles", url:"http://www.staleytraining.com/articles/featured-articles.htm",
        sub:[
            {"itemoff":[21,0], "size":[24,170]},
            {code:"Charles Staley", "url":"http://www.staleytraining.com/articles/charles-staley/1-charles-staley-articles.htm"},
            {code:"Lonnie Lowery", "url":"http://www.staleytraining.com/articles/lonnie-lowery/1-lonnie-lowery-articles.htm"},
            {code:"Dave Barr", "url":"http://www.staleytraining.com/articles/dave-barr/1-dave-barr-articles.htm"},
            {code:"Nick Nilsson", "url":"http://www.staleytraining.com/articles/nick-nilsson/1-nick-nilsson-articles.htm"},
            {code:"Phil Stevens", "url":"http://www.staleytraining.com/articles/phil-stevens/1-phil-stevens-articles.htm"},
            {code:"Other Authors", "url":"http://www.staleytraining.com/articles/other/1-other-author-articles.htm"},
			{code:"Product Reviews", "url":"http://www.staleytraining.com/articles/product-reviews/1-training-product-reviews.htm"},
			{code:"Reprintable Articles", "url":"http://www.staleytrainingprograms.com/reprintable-articles/charles-staley-articles.htm"}
        ]
    }
];

