
var STYLE_1 = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	borders:[1,1,1,1],
	color:{
		border:"white",	// color of the item border, if any
		shadow:"black",	// color of the item shadow, if any
		bgON:"#5F0B0B",		// background color for the items
		bgOVER:"red"	// 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 STYLE_2 = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	borders:[1,1,1,1],
	color:{
		border:"black",	// color of the item border, if any
		shadow:"gray",	// color of the item shadow, if any
		bgON:"#5F0B0B",		// background color for the items
		bgOVER:"red"	// 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", size:[27,100], itemoff:[0,120], leveloff:[29,0], style:STYLE_1, blankImage:"includes/coolmenu/b.gif" }, 
	
	



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

	{code:"Servicios", "url":"servicio_sitio.php",
		sub:[
			 
			{itemoff:[28,0], size:[27,170], style:STYLE_2},
			 
			//{code:"Resultados Google", "url":"servicio_posicionamiento.php"	},
			 
			//{code:"Google AdWords", "url":"pagina.php?id=13"},
			
			{code:"Sistemas y Paginas", "url":"servicio_sitio.php"},
			
			{code:"E-Mailing Masivo", "url":"servicio_mailing.php"},

			{code:"Web Hosting", "url":"servicio_hosting.php"},
			
			{code:"Sitio123", "url":"http://www.sitio123.com", "target":"blank"},
			
			]
		},
	
	{code:"Nosotros", "url":"quienes_somos.php", 
		sub:[
			 
			{itemoff:[28,0], size:[27,170], style:STYLE_2},
			
			
			{code:"Qui&eacute;nes somos ?", "url":"quienes_somos.php"},
			 
			{code:"Clientes", "url":"clientes.php"},

			{code:"Referencias", "url":"referencias.php"},

			{code:"Datos de Pago", "url":"datos_pago.php"},
			
			
			]
		},
	

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




];
