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;

//_MYROOT='http://localhost/kyureodosite/'
_MYROOT='http://www.kyureodo.com/'

with(submenuStyle=new mm_style()){
styleid=1;
align="left";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=8;
offbgcolor="#6B1914";
offcolor="#ffffff";
onbgcolor="#6C4441";
oncolor="#ffffff";
outfilter="Blinds( Bands=1,direction=up, duration=0.1)";
overfilter="Blinds( Bands=1,direction=down, duration=0.1)";
padding=4;
separatorcolor="#44110D";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=6;
outfilter="Fade(Overlap=1.00)";
padding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
screenposition="center";

aI("image=" + _MYROOT + "images/home.gif;overimage=" + _MYROOT + "images/home_on.gif;url=" + _MYROOT + "default.aspx;");
aI("image=" + _MYROOT + "images/services.gif;overimage=" + _MYROOT + "images/services_on.gif;showmenu=Services;url=" + _MYROOT + "service/;");
aI("image=" + _MYROOT + "images/clients.gif;overimage=" + _MYROOT + "images/clients_on.gif;url=" + _MYROOT + "clients/;");
aI("image=" + _MYROOT + "images/contact.gif;overimage=" + _MYROOT + "images/contact_on.gif;url=" + _MYROOT + "contact.aspx;");
}

with(milonic=new menuname("Services")){
style=submenuStyle;
aI("text=development;url=" + _MYROOT + "service/development.aspx;");
aI("text=design;url=" + _MYROOT + "service/design.aspx;");
aI("text=hosting;url=" + _MYROOT + "service/hosting.aspx;");
}

drawMenus();

