BLANK_IMAGE = '/resources/spacer.gif';
var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"navOver",
		OVER:"navOut"
	}
};

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navOut",		// CSS class for items
		OVER:"navOver"	// CSS class  for item which is under mouse
	}
};
var STYLEb = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navOut2",		// CSS class for items
		OVER:"navOver2"	// CSS class  for item which is under mouse
	}
};




