fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=-5;
_subOffsetLeft=0;

with(menuStyleMain=new mm_style()){
	headerbgcolor="#ffffff";
	headercolor="#000000";
	fontfamily="Verdana, Tahoma, Arial";
	onsubimage="../img/bot_actividades.jpg";
	separatorsize=0;
	subimagepadding=2;
}

with(menuStyle=new mm_style()){
	//borderstyle="solid";
	borderwidth=1;
	offbgcolor="#20427B";
	//onbgcolor="#EEEEEE";
	pagebgcolor="#fff";
	pagecolor="#555";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	padding=5;
	overfilter="Alpha(opacity=88)";
	separatoralign="center";
	separatorcolor="#F2F2F2";
	separatorpadding=1;
	separatorsize=1;
	fontsize="11px";
	fontstyle="normal";
	fontfamily="Tahoma, Arial, Verdana";
	offcolor="#ffffff";
	oncolor="#CCCCCC";
	subimage="../img/submenu.gif";
}

with(milonic=new menuname("Main Menu")){
	alwaysvisible=1;
	orientation="horizontal";
	
	style=menuStyleMain;
	aI("url=../empresa/ficha_empresa.aspx;image=../img/bot_empresa1.jpg;overimage=../img/bot_empresa2.jpg");
	aI("showmenu=actividades;image=../img/bot_actividades.jpg;overimage=../img/bot_actividades2.jpg");
	aI("url=../noticias/listado_noticias.aspx;image=../img/bot_noticias1.jpg;overimage=../img/bot_noticias2.jpg");
	aI("url=../atencion/atencion.aspx;image=../img/bot_atencion.jpg;overimage=../img/bot_atencion2.jpg");
	aI("url=../ubicacion/ubicacion.asp;image=../img/bot_fundacion1.jpg;overimage=../img/bot_fundacion2.jpg");
	aI("url=../contacto/contacto.aspx;image=../img/bot_contacto1.jpg;overimage=../img/bot_contacto2.jpg");
}

with(milonic=new menuname("actividades")){
	margin=5;
	overflow="scroll";
	style=menuStyle;
	padding=5;
	aI("text=Promociones inmobiliarias;image=../img/flecha1.gif;showmenu=promociones")
	aI("text=Construcci&oacute;n;image=../img/flecha1.gif;url=../construccion/construccion.aspx")
	aI("text=Servicios inmobiliarios;image=../img/flecha1.gif;showmenu=servicios")
	aI("text=Turismo;image=../img/flecha1.gif;showmenu=turismo")
	aI("text=Gesti&oacute;n patrimonial;image=../img/flecha1.gif;url=../gestion/index_gestion.aspx")
}
with(milonic=new menuname("promociones")){
	margin=5;
	overflow="scroll";
	style=menuStyle;
	padding=5;
	aI("text=Vivienda residencial;image=../img/flecha1.gif;url=../promociones/index_promociones.aspx?t=1")
	aI("text=Vivienda tur&iacute;stica;image=../img/flecha1.gif;url=../promociones/index_promociones.aspx?t=2")
	aI("text=Vivienda en arrendamiento;image=../img/flecha1.gif;url=../promociones/index_promociones.aspx?t=3")
	aI("text=Terciario;image=../img/flecha1.gif;url=../promociones/index_promociones.aspx?t=4")
}
with(milonic=new menuname("servicios")){
	margin=5;
	overflow="scroll";
	style=menuStyle;
	padding=5;
	aI("text=Promociones del grupo;image=../img/flecha1.gif;url=../promociones/index_promociones.aspx?t=5")
	aI("text=Agencia inmobiliaria;image=../img/flecha1.gif;url=../agencia/index_agencia.aspx")
}
with(milonic=new menuname("turismo")){
	margin=5;
	overflow="scroll";
	style=menuStyle;
	padding=5;
	aI("text=Hotel;image=../img/flecha1.gif;url=../turismo/ficha_hotel.aspx")
	aI("text=Puerto deportivo;image=../img/flecha1.gif;url=../turismo/ficha_puerto.aspx")
	aI("text=Spa;image=../img/flecha1.gif;url=../turismo/ficha_spa.aspx")
}



drawMenus();

