BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"clsCMOn1",
		OVER:"clsCMOn1"
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#e28400",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ebaa00",		// background color for the items
		bgOVER:"#db6500"	// 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:["relative",111], itemoff:[0,0], leveloff:[24,0],style:NOSTYLE, size:[25,160]},
	{code:'HOME', itemoff:[0,120], url:"index.html",
		sub:[
			]
		},
			
	
	{code:'COMPANY', itemoff:[0,80], 
		sub:[
			{itemoff:[24,0]},
			{code:"COMPANY PROFILE", url:"company_profile.html", itemoff:[24,0], style:STYLE, size:[30,160]},
			{code:"CORPORATE MISSION, VISION & VALUES", url:"corporate.html", itemoff:[29,0], style:STYLE, size:[45,160]},
			{code:"ABOUT OUR MD", url:"about_our_MD.html", itemoff:[44,0], style:STYLE, size:[30,160]},
		]
	},
			
		
		{code:'SERVICES',  itemoff:[0,100], 
		sub:[
			{itemoff:[24,0]},
			{code:"EXHIBITIONS & CONFERENCES", url:"exhibitions_conferences.html",style:STYLE, size:[45,160]},
			
			]
		},
			
	{code:'CALENDAR OF EVENTS',  itemoff:[0,100], url:"calendar_of_events.html",
		sub:[
			
			]
		},			
		
	{code:'CAREERS', itemoff:[0,160], url:"careers.html",
		sub:[
			
			]
		},	
		
		{code:'MEDIA ROOM',  itemoff:[0,90], url:"media_room.html",
		sub:[
			
			]
		},	
		
		{code:'CONTACT US',  itemoff:[0,110], url:"contact_us.html",
		sub:[
			
			]
		},	
		
		{code:'SITEMAP', itemoff:[0,110], url:"sitemap.html",
		sub:[
			
			]
		},	
];

