BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#DBD8D1",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#B80000",		// background color for the items
		bgOVER:"#FF0000"	// 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:[20,15], 
		itemoff:[0,130], 
		leveloff:[21,0], 
		style:STYLE, 
		size:[22,150]
	},
	{code:"Home Page", url:"index.html", 
		sub:[
			{itemoff:[21,0]},
			{code:"English", url:"../eng/index.html"}
		]
	},
	{code:"L'azienda",
		sub:[
			{itemoff:[21,0]},
			{code:"Chi Siamo", url:"chisiamo.htm", target:"I1"},
			{code:"La Famiglia", url:"famiglia.htm", target:"I1"},
			{code:"La Storia", url:"storia.htm", target:"I1"}
		]
	},
	{code:"La Struttura",
		sub:[
			{itemoff:[21,0]},
			{code:"La Flotta", url:"flotta.htm", target:"I1"},
			{code:"Gli Autisti", url:"autisti.htm", target:"I1"},
			{code:"Lo Staff", url:"staff.htm", target:"I1"},
			{code:"Qualità", url:"standards.htm", target:"I1"},
			{code:"Sicurezza", url:"sicurezza.htm", target:"I1"},
			{code:"Ecologia", url:"ecologia.htm", target:"I1"},
                        {code:"Scheda Tecnica", url:"licenze/certificazione.htm", target:"I1"}
		]		
	},
	{code:"L'Offerta",
		sub:[
			{itemoff:[21,0]},
			{code:"Servizi", url:"servizi.htm", target:"I1"},
			{code:"Promozioni", url:"promozioni/etnaland.htm", target:"I1"},
			{code:"Gite del mese", url:"gitedelmese.htm", target:"I1"}
		]
	}
,
	{code:"Video gallery", url:"video.htm", target:"I1"}
,
	{code:"Foto gallery", url:"foto.htm", target:"I1"}
,
	{code:"Informazioni",
		sub:[
			{itemoff:[21,0]},
			{code:"Dove Siamo", url:"dovesiamo.htm", target:"I1"},
			{code:"Contatti", url:"contatti.htm", target:"I1"},
			{code:"Assunzione", url:"richiestaAssunzione.aspx", target:"I1"},
			{code:"Links utili", url:"links.htm", target:"I1"},
			{code:"F.A.Q.", url:"faq.htm", target:"I1"}
		]	
	}
];

