BLANK_IMAGE = 'images/menu/background.gif';

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	backgroundColor:'#EEEEEE',
	textStyle:'font:11px Verdana; font-weight:bold; color:#000066; ',
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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 STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	size:[21, 190],
	textStyle:'font-weight:normal; font:12px;',
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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
	}
};
/*,
	fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
	fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)'*/