_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset 10
_subOffsetLeft=0            // Sub menu left offset -2
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
	onbgcolor="";
	oncolor="#ffffff";//"#203E57";
	offbgcolor="";
	offcolor="#ffffff";
	bordercolor="";
	borderstyle="";
	borderwidth=0;
	separatorcolor="";
	separatorsize="0";
	padding=4; 
	fontsize="10";//"100%";
	fontstyle="";
	fontfamily="Arial";//"Arial, Verdana, Tahoma";
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	subimage="";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);";
	outfilter="randomdissolve(duration=0.3)";
}

with(subMenuStyle=new mm_style()){
	onbgcolor="#726EB1";
	oncolor="";//"#203E57";
	offbgcolor="#24227A";//"#5F809F";
	offcolor="#FFFFFF";//"#ffffff";
	bordercolor="";
	borderstyle="";
	borderwidth=0;
	separatorcolor="";
	separatorsize="0";
	padding=2;
	fontsize="10"//"100%";
	fontstyle="";
	fontfamily="Arial";//"Arial, Verdana, Tahoma";
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	subimage="";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=85);";
	outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth=85;
top=56;
left=201;
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
//aI("text=<font face=arial size=2><b>Página Inicial</b></font>;url= ;");

		
	aI("text=<b>Nosotros</b>;showmenu=menu0; url=javascript:void(0);");					
	}
	
	with(milonic=new menuname("menu0")){		
	style=subMenuStyle;			
		aI("text=<b>&nbsp;&nbsp;&nbsp;Quienes Somos</b>;url=empresa.htm");	
		aI("text=<b>&nbsp;&nbsp;&nbsp;Que hacemos</b>;url=quehacemos.htm;");
	}
	
