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:"#5363FE",		// background color for the items
		bgOVER:"#8893FF"  	// 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,115], leveloff:[0,0], style:STYLE, size:[19,230]},
	{code:"ALL PRODUCTS", url:"products.html",
		sub:[
			{"itemoff":[19,0], leveloff:[14,0]},
			{code:"Pronunciation For Success", "url":"pfs_detail.html"},
			{code:"Success with Presentations", "url":"swp_detail.html"},
			{code:"Success with Graduate Writing", "url":"swgw_detail.html"},
			{code:"Pronunciation Teacher Training", "url":"tt_detail.html"},
			{code:"Pronunciation Fun", "url":"pf_detail.html"},
			{code:"Success with Job Interviews", "url":"swji_detail.html"},
			{code:"Teaching with Technology", "url":"twt_detail.html"}
		]
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ORDER", url:"",
		sub:[
			{"itemoff":[19,0], leveloff:[14,0]},
			{code:"order online", "url":"products.html"},
			{code:"print order form", "url":"orderform.html"}
		]
	},
	{code:"CONTACT US", url:"contact.html",
		sub:[]
	}
];
