_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="right";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="18pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="LightGrey";
onbgcolor="Transparent";
oncolor="DarkGray";
padding="6";
pagebgcolor="Transparent";
pagecolor="#AF96B2";
separatorcolor="Transparent";
separatorsize="40";
subimage="images/white_4x7.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
openstyle="rtl";
aI("text=Welcome;target=;url=http://sample.xsiteprodesigns.com/;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=DIY Design;target=;url=diy-design.html;");
aI("text=Templates;target=;url=templates.html;");
aI("text=Headers;target=;url=headers.html;");
}


 drawMenus();

