fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=400;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=1;




with(menuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#666666";
onbgcolor="#98101C";
oncolor="#ffffff";
padding=2;
pagebgcolor="#ffffff";
pagecolor="#98101C";
separatorcolor='#eeeeee'
//separatorwidth=10;
subimage="img/arrow.gif";
subimagepadding=2;
//margin=4;
rawcss="padding:0 0 0 0";
}

with(submenuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal"; 
headerbgcolor="#eeeeee";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#666666";
onbgcolor="#98101C";
oncolor="#ffffff";
padding=4;
pagebgcolor="#ffffff";
pagecolor="#98101C";
subimage="img/arrow.gif";
subimagepadding=2;
rawcss="padding:0 0 0 0";
bordercolor="#dcdcdc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#dcdcdc";
separatorsize=1;
//onborder="2px solid #FF0000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
left=10;
orientation="horizontal";
style=submenuStyle;
top=10;
aI("text=<strong>Home</strong>;url=index.html;");
aI("text=<strong>Empresa</strong>;url=empresa.html;");
aI("text=<strong>Serviços</strong>;url=servicos.html;");
aI("text=<strong><center>Atendimento</center></strong>;url=atendimento.html;");
aI("text=<strong><center>Relatório de Alarme</center></strong>;url=webalarme.html;");
aI("text=<strong><center>Localize seu veículo</center></strong>;url=veiculo.html;");
aI("text=<strong><center>Vista a Camisa</center></strong>;url=camisa.html;");
aI("text=<strong>Fale Conosco</strong>;url=contato.html;");
aI("text=<strong>Trabalhe Conosco</strong>;url=trabalhe.html;");
}

with(milonic=new menuname("Guru")){
overflow="scroll";
style=submenuStyle;
aI("text=Mestre;url=mestres.html;");
aI("text=Professores;url=professores.html;");
}


with(milonic=new menuname("Yoga para...")){
overflow="scroll";
style=submenuStyle;
aI("text=Adultos;url=adultos.html;");
aI("text=Gestantes;url=gestantes.html;");
aI("text=Idosos;url=idosos.html;");
aI("text=Crianças;url=criancas.html;");
aI("text=Baby Yoga;url=baby.html;");
aI("text=Yoga Dance;url=dance.html;");
}

with(milonic=new menuname("Links")){
style=submenuStyle;
aI("text=Websites;url=modules.php?name=Web_Links&l_op=viewlink&cid=4;");
aI("text=Stores;url=modules.php?name=Web_Links&l_op=viewlink&cid=5;");
}

with(milonic=new menuname("Dharma Yoga")){
overflow="scroll";
style=submenuStyle;
aI("text=Yoga Integral;url=integral.html;");
aI("text=Sivananda Yoga;url=sivanada.html;");
aI("text=Treinamento;url=treinamento.html;");
aI("text=Hatha Yoga;url=hatha.html;");
aI("text=Yoga Dance;url=dance.html;");
aI("text=Workshop;url=work.html;");
}


drawMenus();


