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=0;
_subOffsetLeft=1;




with(menuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#5A8BB6";
headercolor="#000000";
offbgcolor="#5A8BB6";
offcolor="#ffffff";
onbgcolor="#2B1770";
oncolor="#ffffff";
padding="10px";
pagebgcolor="#ffffff";
pagecolor="navy";
separatorcolor='#9FCBF4'
//separatorwidth=10;
subimage="img/arrow.gif";
subimagepadding="2px";
//margin=4;
rawcss="padding:5 15 5 15";
}

with(submenuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#5A8BB6";
headercolor="#000000";
offbgcolor="#5A8BB6";
offcolor="#ffffff";
onbgcolor="#2B1770";
oncolor="#ffffff";
padding="10px";
pagebgcolor="#ffffff";
pagecolor="navy";
subimage="img/arrow.gif";
subimagepadding="2px";
rawcss="padding:5 15 5 15";
bordercolor="#dcdcdc";
borderstyle="solid";
borderwidth="0";
separatorcolor="#9FCBF4";
separatorsize="1px";
//onborder="2px solid #FF0000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
left="10px";
orientation="horizontal";
style=submenuStyle;
top="10px";
aI("text=<strong>Home</strong>;url=index.php;");
aI("text=<strong>Empresa</strong>;url=index.php?p=empresa;");
aI("text=<strong>Serviços</strong>;url=index.php?p=servicos;");
aI("text=<strong>Soluções</strong>;url=index.php?p=solucoes;");
aI("text=<strong>Parceiros</strong>;url=index.php?p=parceiros;");
aI("text=<strong>Links</strong>;url=index.php?p=links;");
aI("text=<strong>Contato</strong>;url=index.php?p=contato;");
}

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;");
}

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 in English;url=english.html;");
aI("text=Workshop;url=work.html;");
}


drawMenus();


