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="10";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#0441AB";
oncolor="#ffffff";
padding=4;
pagebgcolor="#ffffff";
pagecolor="#98101C";
separatorcolor='##363B3F'
//separatorwidth=10;
subimage="img/arrow.gif";
subimagepadding=2;
//margin=4;
rawcss="padding:0 10 0 10";
}

with(submenuStyle=new mm_style()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#0441AB";
oncolor="#ffffff";
padding=4;
pagebgcolor="#20A6D9";
pagecolor="#ffffff";
subimage="img/arrow.gif";
subimagepadding=2;
rawcss="padding:0 10 0 10";
bordercolor="#363B3F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#363B3F";
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.asp;");
aI("text=<strong>Empresa</strong>;url=empresa.asp;");
aI("text=<strong>Servi&ccedil;os</strong>;url=servicos.asp;");
aI("text=<strong>Clientes</strong>;url=clientes.asp;");
aI("text=<strong>Fale Conosco</strong>;url=fale.asp;");

}

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();

