BLANK_IMAGE = '/menubar/images/b.gif';

var STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#000",		// background color for the items
		bgOVER:"#000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#000",		// background color for the items
		bgOVER:"#000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var STYLE3 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#000",		// background color for the items
		bgOVER:"#000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn3",		// CSS class for items
		OVER:"clsCMOver3"	// CSS class  for item which is under mouse
	}
};
var STYLE1A = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#000",		// background color for the items
		bgOVER:"#000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1Active",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var STYLE2A = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#000",		// background color for the items
		bgOVER:"#000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2Active",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var STYLE3A = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#000",		// background color for the items
		bgOVER:"#000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn3Active",		// CSS class for items
		OVER:"clsCMOver3"	// CSS class  for item which is under mouse
	}
};

var SUBSTYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#dedede",	// background color for the items
		bgOVER:"#d6d6d6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnSub",		// CSS class for items
		OVER:"clsCMOverSub1"	// CSS class  for item which is under mouse
	}
};
var SUBSTYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#dedede",	// background color for the items
		bgOVER:"#d6d6d6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnSub",		// CSS class for items
		OVER:"clsCMOverSub2"	// CSS class  for item which is under mouse
	}
};
var SUBSTYLE3 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d6d6d6",	// color of the item border, if any
		//shadow:"#082173",	// color of the item shadow, if any
		bgON:"#dedede",	// background color for the items
		bgOVER:"#d6d6d6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnSub",		// CSS class for items
		OVER:"clsCMOverSub3"	// CSS class  for item which is under mouse
	}
};
