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_02 = [
	{pos:'relative', itemoff:[16,0], leveloff:[21,0], style:STYLE, size:[22,175]},
	{code:"HOW WE WORK", url:'how_we_work.html', target:'_top'
	},
	{code:"SERVICES", url:'services.html', target:'_top'
	},
	{code:"BRANDSTORMING DAY&#174;", url:'brandstorming.html', target:'_top'
	},
	{code:"CLIENTS", url:'clients.html', target:'_top'
	}
];
