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:"#999999",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#DBDAC6",		// background color for the items
		bgOVER:"#EEEDDB"	// 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 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// 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:[,], itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[18,100]},
	{pos:[,], itemoff:[0,99], leveloff:[26,0], style:MENU, size:[18,90]},


/////////////////////////// Presentación
	{code:"",format:{size:[22,90],url:'index.html'},

		sub:[]
	},


/////////////////////////// Equipo

	{code:"", format:{size:[22,70],itemoff:[0,124],url:'equipo.html'},
		sub:[]
	},


/////////////////////////// Servicios

	{code:"", format:{size:[22,70],itemoff:[0,110]},
		sub:[{size:[22,150],itemoff:[21,0]},

			{code:" · Financiero-contable",format:{style:STYLE},url:'servicios_financiera_contable.html',
				sub:[]
			},
			

			{code:" · Fiscal",format:{style:STYLE},url:'servicios_fiscal.html',
				sub:[]
			},
			{code:" · Mercantil",format:{style:STYLE},url:'servicios_mercantil.html',
				sub:[]
			},
			
			{code:" · Laboral",format:{style:STYLE},url:'servicios_laboral.html',
				sub:[]
			}
]
	},


/////////////////////////// Contacto

	{code:"", format:{size:[22,70],itemoff:[0,110],url:'contacto.html'},
		sub:[]
	},


/////////////////////////// Links

	{code:"", format:{size:[22,45],itemoff:[0,100],url:'enlaces.html'},
		sub:[]
	},


/////////////////////////// Novedades
	
	{code:"", format:{size:[22,80],itemoff:[0,98],url:'novedades.html'},
		sub:[]
	}

];
