		var STYLE = {
			border:1,			// item's border width, pixels; zero means "none"
			shadow:0,			// item's shadow size, pixels; zero means "none"
			color:{
				border:"#0E1843",	// color of the item border, if any
				shadow:"#DBD8D1",	// color of the item shadow, if any
				bgON:"#8E92A7",		// background color for the items
				bgOVER:"#E7E8ED"	// 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 MENUACT = {
			border:1,			// item's border width, pixels; zero means "none"
			shadow:0,			// item's shadow size, pixels; zero means "none"
			color:{
				border:"#0E1843",	// color of the item border, if any
				shadow:"#DBD8D1",	// color of the item shadow, if any
				bgON:"#E7E8ED",		// background color for the items
				bgOVER:"#E7E8ED"	// background color for the item which is under mouse right now
			},
			css:{
				ON:"hmOn",		// CSS class for items
				OVER:"hmOn"	// CSS class  for item which is under mouse
			}
		};
		
		var MENU1 = STYLE;
		var MENU2 = STYLE;
		var MENU3 = STYLE;
		var MENU4 = STYLE;
		var MENU5 = STYLE;
		var MENU6 = STYLE;
		var MENU7 = STYLE;
