
_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=79;
align="center";
oncolor="#4B4875";
offcolor="#4B4875";
borderstyle="solid";
//padding=13;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial";
ondecoration="underline";
}




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

//top=112;
//left=203;
position="relative";
alwaysvisible=1;
orientation='horizontal';
aI("text=Colocation;showmenu=Type;status=Colocation;");
}

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


with(milonic=new menuname("Type")){
style=substyle1;
top=121;
aI("text=Shared Colocation;url=sharedcolocation.php;");
aI("text=Dedicated Colocation;url=dedicatedcolocation.php;");
}



drawMenus();
