BLANK_IMAGE = 'images/b.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:"#",	// color of the item border, if any
		shadow:"#",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#dddddd"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_art",	// CSS class for items
		OVER:"clsCMOver_art"	// CSS class  for item which is under mouse
	}
};


var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",	// color of the item border, if any
		shadow:"#",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#dddddd"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_art",	// CSS class for items
		OVER:"clsCMOver_art"	// CSS class  for item which is under mouse
	}
};




var MENU_ITEMS2 = [
	{pos: [0,112], itemoff:[31,0], leveloff:[0,99], style:STYLE, size:[30,170]},

	
	{code:"Home", url:'../../index.html', style:STYLE2, size:[25,171], 
		sub:[
			]
	},
	
	{code:"Bidding", url:'../bidding.html',
		sub:[
			]
	},

	{code:"Special Report", url:'../special_report.html',
		sub:[
			]
	},

	{code:"Venues", url:'../venues.html',
		sub:[
			]
	},

	{code:"Event Management", url:'../events_man.html',
		sub:[
			]
	},

	
	{code:"City Development", url:'../city_dev.html',
		sub:[
			]
	},

	
	{code:"Commentary", url:'../commentary.html',
		sub:[
			]
	}

];
