
_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=0;               // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset



with(background=new mm_style()){
itemwidth=110;
align="left";
oncolor="#000033";
offcolor="#000033";
borderstyle="solid";
//padding=13;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,MS Sans Serif,sans-serif";
ondecoration="none";
}




with(milonic=new menuname("Main Menu")){
style=background;

align="left";
position="relative";
alwaysvisible=1;
orientation='horizontal';
aI("text=<img src='images/arrow.gif'> Hosting;showmenu=hosting;url=;status=Hosting;");
}

with(substyle1=new mm_style()){
onbgcolor="#FFFFFF";
offbgcolor="#FFFFFF";
oncolor="#000033";
offcolor="#000033";
borderstyle="solid";
bordercolor="#4B4875";
separatorcolor = "#808080";
separatorsize = 1;
separatorpadding=0;
padding = 2;
borderwidth = 1;
onborder="0px solid #4B4875";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,MS Sans Serif,sans-serif";
ondecoration="underline";
}


with(milonic=new menuname("hosting")){
style=substyle1;
top=80;
aI("text=Web Hosting;url=web-hosting.php;");
aI("text=Domain Names;url=domain-names.php;");
aI("text=Data Center;url=data-center.php;");
}

drawMenus();
