BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#e6e9eb",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#032e5b",		// background color for the items
		bgOVER:"#1475ae"	// 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 = [
	{pos:[], itemoff:[21,0], leveloff:[0,207], style:STYLE, size:[21,207]},
	{code:"Plumbing", url:"plumbing.html"},
	{code:"Heating / boilers", url:"heating.html"},
	{code:"Drainage", url:"drainage.html"},
	{code:"Bathroom and Kitchen", url:"bathroom.html"},
	{code:"Corporate Contracts", url:"corporatecontracts.html"},
	{code:"Construction", url:"construction.html"},
	{code:"Renewable Energy", url:"sustainable_energy.html"},
	{code:"Customer Feedback", url:"customers.html"},
	{code:"Contact Us", url:"contact.html"},
	{code:"Home", url:"index.html"}
];
