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_home",	// CSS class for items
		OVER:"clsCMOver_home"	// 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_home",	// CSS class for items
		OVER:"clsCMOver_home"	// CSS class  for item which is under mouse
	}
};




var MENU_ITEMS1 = [
	{pos: [0,122], itemoff:[31,0], leveloff:[0,99], style:STYLE, size:[25,160]},

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

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

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

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

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

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


	{code:"About Us", url:'about/about.html',
		sub:[
			]
	},


	{code:"Testimonials", url:'testimonials/testimonials.html',
		sub:[
			]
	},


	{code:"Subscribe", url:'subscribe/subscribe.html',
		sub:[
			]
	},


	{code:"Advertise", url:'advertise/advertise.html',
		sub:[
			]
	},


	{code:"Features", url:'features/features.html',
		sub:[
			]
	},


	{code:"Contact Us", url:'contact/contact.html',
		sub:[
			]
	}

];
