BLANK_IMAGE = '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:"#800000",	// color of the item border, if any F6F6F6
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#091537",		// background color for the items
		bgOVER:"#1B315D"	// 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:[0,0], itemoff:[30,0], leveloff:[0,115], style:STYLE, size:[30,115]},
	
	{code:"Obiective", "url":"index.htm"},
	
	{code:"Proiecte",
		sub:[
			{},
			{code:"BrandedClick", "url":"brandedclick.htm"},
			
			{code:"Produse Inovative", "url":"produseinovative.htm"},
			
			{code:"Route 2M Consultants","url":"route2mconsultants.htm"},
		]
	},
	
	
	{code:"Metodologie", "url":"metodologie.htm"},
	
	{code:"In presa", "url":"inpresa.htm"},

	{code:"Blog", "url":"http://blog.gadamanagement.ro"},
	
	{code:"Contact", "url":"contact.htm"}

];


