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=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}

with(menuespaco=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=126;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;text=INICIAL;url=index.html;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;showmenu=Empresa;text=A EMPRESA;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemcoral_on.gif;showmenu=Cliente;text=CLIENTE ESPAÇO;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemgreen_on.gif;text=PRODUTOS;url=produtos/produtos.html;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemviolet_on.gif;showmenu=Serviços;text=SERVIÇOS;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemblue_on.gif;showmenu=Promoções;text=PROMOÇÕES;");

}

with(menuespaco=new menuname("Empresa")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=História;url=empresa/historia.html;");
aI("text=Nosso Diferencial;url=empresa/diferencial.html;");
aI("text=Faça parte desta Equipe;url=empresa/curriculo.html;");
}

with(menuespaco=new menuname("Produtos")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
}

with(menuespaco=new menuname("Serviços")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Projetos sob Medida;url=servicos/projetos.html;")
aI("text=Fábrica de Móveis;url=servicos/movelaria.html;");
aI("text=Transporte Próprio;url=servicos/transporte.html;");
aI("text=Dicas & Truques;url=servicos/dicas.html;");
}

with(menuespaco=new menuname("Cliente")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Como chegar na Espaço;url=empresa/como_chegar_map.html;");
aI("text=Nossos vídeos;url=empresa/tv_menu.html;");
aI("text=Fale Conosco;url=empresa/fale.html;");

}

with(menuespaco=new menuname("Promoções")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Produtos em destaque;url=promocao/destaque.html;");
}

with(menuespaco=new menuname("Lojas")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("showmenu=Lojas;text=Conheça nossas Lojas;");
}

drawMenus();

