BLANK_IMAGE = 'images/pixel.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#668187",	// color of the item border, if any
		shadow:"#668187",	// color of the item shadow, if any
		bgON:"#668187",		// background color for the items
		bgOVER:"#668187"	// 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_03 = [
	{pos:'relative', itemoff:[16,0], leveloff:[21,0], style:STYLE, size:[22,175]},
	{code:"NEWS", url:'news.html', target:'_top'
	},
	{code:"AWARDS", url:'awards.html', target:'_top'
	},
	{code:"CONTACT", url:'contact.html', target:'_top'
	},
	{code:"CLIENT ACCESS", url:'client_access.html', target:'_top'
	}
];
