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:"#666666",	// color of the item border, if any
		bgON:"#cccccc",		// background color for the items
		bgOVER:"#999999"	// 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"]},

	{code:'Home', url:'home.html', itemoff:[0,0], style:STYLE, size:[19,72],
		sub:[
		]
	},

	{code:"Magazines", url:'media/media.html', itemoff:[0,71], style:STYLE, size:[19,90],
		sub:[
		]
	},

	{code:"Meetings", url:'meetings/meetings.html', itemoff:[0,89], style:STYLE, size:[19,86],
		sub:[
		]
	},

	{code:"Events", url:'events/events.html', itemoff:[0,85], style:STYLE, size:[19,72],
		sub:[
		]
	},

	{code:"News", url:'news/news.html', itemoff:[0,71], style:STYLE, size:[19,64],
		sub:[
		]
	},

	{code:"About us", url:'company/about_us.html', itemoff:[0,63], style:STYLE, size:[19,86],
		sub:[
		]
	},

	{code:"Careers", url:'careers/careers.html', itemoff:[0,85], style:STYLE, size:[19,80],
		sub:[
		]
	},

	{code:"Contact", url:'contacts/contacts.html', itemoff:[0,79], style:STYLE, size:[19,82],
		sub:[
		]
	}
];
