
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"white",	// color of the item border, if any
		shadow:"black",	// color of the item shadow, if any
		bgON:"#999999",		// background color for the items
		bgOVER:"#990000"	// 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 IMPORTANTE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"white",	// color of the item border, if any
		shadow:"black",	// color of the item shadow, if any
		bgON:"#999999",		// background color for the items
		bgOVER:"#990000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Importante_ON",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};




var MENU_ITEMS = [
	{pos:"relative", blankImage:"javascript/img/b.gif", itemoff:[30,0], leveloff:[0,160], style:STYLE, size:[23,150]}, // Posicion de la barra.
	
	



	{code:"Inicio", "url":"index.php"	},

	{code:"Acerca de Consultek",
		sub:[
			 
			{},
			 
			{code:"Instructores", "url":" pagina.php?id=94"	},
			 
			{code:"Filosof&Iacute;a", "url":"pagina.php?id=13"},
			
			{code:"Misi&oacute;n", "url":"pagina.php?id=157"},

			{code:"Visi&oacute;n", "url":"pagina.php?id=158"},

			{code:"Certificado STPS", "url":"pagina.php?id=44"},
			
			{code:"Certific. CONOCER", "url":"pagina.php?id=45"},
			
			{code:"Nuestros Clientes", "url":"pagina.php?id=14"	}
			
			
			]
		},
	
	
	
	
	{code:"Calendarios",
		sub:[
			 
			{},
			 
			 
			{code:"Calendario 2010", "url":"pagina.php?id=175"},
			
			{code:"Julio - Agosto", "url":"pagina.php?id=39"},
			
			{code:"Septiemb. - Octubre", "url":"pagina.php?id=269"},
			
			{code:"Noviemb. - Diciemb.", "url":"pagina.php?id=270 "},
			
			]
		},
	
	

	{code:"Cat&aacute;logo Cursos", "url":"pagina.php?id=40"	},

	{code:"Diplomados", "url":"pagina.php?id=148"	},
	
	{code:"Conferencias", "url":"pagina.php?id=182"	},
	
	
	
	
	{code:"Balance Scorecard",
		sub:[
			 
			{},
			 
			{code:"Conferencia", "url":"pagina.php?id=200"	},
			 
			{code:"Seminario", "url":"pagina.php?id=133"},
			
			{code:"Sistema", "url":"pagina.php?id=201"}
			
			]
		},
	
	
	
	{code:"Empresas Familiares",
		sub:[
			 
			{},
			 
			{code:"Seminario", "url":"pagina.php?id=206"	},
			 
			{code:"Diplomado", "url":"pagina.php?id=221"}
			
			
			]
		},
	
	
	
	{code:"ISO 9001:2008",
		sub:[
			 
			{},
			 
			{code:"Conferencia", "url":"pagina.php?id=228"	},
			 
			{code:"Seminario", "url":" pagina.php?id=229"},
			
			{code:"Consultor&iacute;a", "url":"pagina.php?id=230"}
			
			]
		},
	
	
	
	

	
	{code:"Oratoria", "url":"pagina.php?id=159"	},
	
	{code:"Cobertura Nacional", "url":"mapa_mexico.php"	},
	
	{code:"Plan de Puntos", "url":"pagina.php?id=194"	},

	{code:"Contacto", "url":"contacto.php"	},

	{code:"Inscripci&oacute;n", "url":"inscripcion.php", style:IMPORTANTE	},

];
