_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="LightGrey";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
image="images/dots5.gif";
offbgcolor="LightGrey";
offcolor="Black";
onbgcolor="DarkGray";
oncolor="#ffffff";
padding="6";
separatorcolor="LightGrey";
separatorsize="13";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="115";
}

with(submenuStyle=new mm_style()){
bordercolor="LightGrey";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="LightGrey";
offcolor="LightGrey";
onbgcolor="DarkGray";
oncolor="#ffffff";
padding="4";
separatorcolor="LightGrey";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=499;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=Link to Us;target=;url=link-to-us.html;");
aI("text=Privacy Policy;target=;url=privacy-policy.html;");
aI("text=Our Terms;target=;url=terms-and-conditions.html;");
}


 drawMenus();

