_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
//bordercolor="#ACABAB";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/square_dust.gif";
imagepadding=2;
offbgcolor="#ffffff";
offcolor="#777777";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Fade(Overlap=1.00)";
overimage="images/square_blue.gif";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
left="offset=190";
top=55;
openstyle="down";
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=Default.aspx");
aI("text=Services;showmenu=Services;");
aI("text=Contracting;url=ViewContent.aspx?page=ASPNET_Contractors_Manchester;");
aI("text=About;showmenu=AboutUs");
aI("text=Contact;url=ContactUs.aspx");
aI("text=Login;url=ClientLogin/");
}

with(milonic=new menuname("Services")){
openstyle="down";
style=submenuStyle;
aI("text=An introduction to our services;url=ViewContent.aspx?page=ServicesIntroduction;");
aI("text=Net Edit - our Content Management System;url=ViewContent.aspx?page=Content_Management_Systems;");
aI("text=Net Buy - our eCommerce solution;url=ViewContent.aspx?page=ECommerceSolutions;");
aI("text=Register domain names;url=ViewContent.aspx?page=DomainNames;");
aI("text=Web site design & hosting;url=ViewContent.aspx?page=WebsiteDesignAndHosting;");
aI("text=Online marketing;url=ViewContent.aspx?page=OnlineMarketing;");
}

with(milonic=new menuname("AboutUs")){
openstyle="down";
style=submenuStyle;
aI("text=About Net Products;url=ViewContent.aspx?page=AboutUs;");
aI("text=Latest news;url=News.aspx");
}


drawMenus();

