BLANK_IMAGE = 'images/menu/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:4,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#303030",	// color of the item border, if any
		shadow:"#DBD8D8",	// color of the item shadow, if any
		bgON:"#505050",		// background color for the items
		bgOVER:"#808080"	// 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','relative'], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", url:"home/home.html", target:"content"},
	{code:"Azienda",
		sub:[
			{itemoff:[21,0], size:[22,180]},
			{code:"Chi siamo", url:"azienda/chisiamo", target:"content"},
			{code:"Organico", url:"azienda/organico", target:"content"},
			{code:"Progettazione", url:"azienda/progettazione", target:"content"},
			{code:"Magazzino ed attrezzature", url:"azienda/magazzino", target:"content"},
			{code:"Parco Mezzi", url:"azienda/mezzi", target:"content"},
			{code:"Fabbro e verniciatura", url:"azienda/fabbro", target:"content"},
			{code:"Galleria fotografica", url:"azienda/galleria", target:"content"},
			{code:"Certificazioni", url:"work.html", target:"content"},
			{code:"Contatti", url:"work.html", target:"content"},
			{code:"Dove siamo", url:"azienda/dovesiamo", target:"content"}
		]
	},
	{code:"Listino",
		sub:[
			{itemoff:[21,0], size:[22,350]},
			{code:"Tipologia di ponteggi", url:"listino/tipologia", target:"content"},
			{code:"Prezzi Noleggio/Montaggio/Smontaggio e Accessori", url:"listino/noleggio", target:"content"},
			{code:"Prezzi attrezzature", url:"work.html", target:"content"},
			{code:"Prezzi antifurti", url:"work.html", target:"content"}
		]
	},
	{code:"Preventivi",
		sub:[
			{itemoff:[21,0], size:[22,150]},
			{code:"Preventivi On-line", url:"mailto:preventivi@noloponteggiluciani.it?subject=Richiesta preventivo on-line", target:"content"},
		]
	},
];

