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=0;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica, Arial, sans-serif";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#515151";
onbgcolor="#7F5838";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=5;
subimage="";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
overflow="scroll";
style=menuStyle;
orientation="horizontal";
position="relative";
top=0;
aI("text=<span id='jewelry'>Jewelry</span>;url=/jewelry/;showmenu=jewelry;");
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#EFC100;'>Mesa Ties</span>;url=/mesa/;onbgcolor=#559CBC;");
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#343F99;'>Shamanic Tools + Totems</span>;url=/shamanic/;showmenu=shamanic;onbgcolor=#FFC2E3;");
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#82ae5f;'>Gallery</span>;url=/gallery/;onbgcolor=#EFD2A8;");
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#468cc0;'>Custom Work</span>;url=/custom/;onbgcolor=#C9C9C9;");
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#9554a3;'>About Us</span>;url=/about/;onbgcolor=#000000;");
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#7F5838;'>Contact</span>;url=/contact/;onbgcolor=#fd5cae;");
}

with(milonic=new menuname("jewelry")){
style=menuStyle;
orientation="horizontal";
aI("text=<span id='jewelry'>Necklaces   </span>;url=/jewelry/necklaces/;showmenu=necklaces")
aI("text=<span id='jewelry'>Pendants   </span>;url=/jewelry/pendants/;")
aI("text=<span id='jewelry'>Earrings   </span>;url=/jewelry/earrings/;")

}

with(milonic=new menuname("necklaces")){
style=menuStyle;
orientation="horizontal";
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#fd5cae;'>Beaded   </span>;url=/jewelry/necklaces/beaded/;")
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#fd5cae;'>Leather   </span>;url=/jewelry/necklaces/leather/;")
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#fd5cae;'>Decorative   </span>;url=/jewelry/necklaces/decorative/;")

}

with(milonic=new menuname("shamanic")){
style=menuStyle;
orientation="horizontal";
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#343F99;'>Altar Archetypes   </span>;url=/shamanic/archetypes/;onbgcolor=#FFC2E3;")
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#343F99;'>Small Archetypes   </span>;url=/shamanic/small_archetypes/;onbgcolor=#FFC2E3;")
aI("text=<span style='font-size:16px; font-weight:bold; letter-spacing: -0.08em; line-height:14px; color:#343F99;'>Pendulums   </span>;url=/shamanic/pendulums/;onbgcolor=#FFC2E3;")

}

drawMenus();


