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_01 = [
	{pos:'relative', itemoff:[16,0], leveloff:[21,0], style:STYLE, size:[22,175]},
	{code:"WHATS NEW", url:'whatsnew.html', target:'_top'
	},
	{code:"ABOUT US", url:'about_us.html', target:'_top'
	},
	{code:"PORTFOLIO", url:'portfolio.html', target:'_top'
	},
	{code:"CASE STUDIES", url:'case_studies.html', target:'_top'
	}
];
