_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


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="#E7E6E7";
oncolor="#FB1901";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="Red";
onbgcolor="#3F3F3F";
oncolor="#FB1901";
outfilter="Fade(Overlap=1.00)";
padding="4";
pagebgcolor="#3F3F3F";
pagecolor="DeepSkyBlue";
imagepadding="6";
itemwidth="187";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=DNA;target=;url=DNA.html;");
aI("text=DNA Nucleotides;target=;url=DNA-Nucleotides.html;");
aI("text=DNA Backbone;target=;url=DNA-Backbone.html;");
aI("text=DNA Base Pairing;target=;url=DNA-Base-Pairing.html;");
aI("text=DNA Sequence;target=;url=DNA-Sequence.html;");
aI("text=DNA Sequencing;target=;url=DNA-Sequencing.html;");
aI("text=DNA Sequencing Uses;target=;url=DNA-Sequencing-Uses.html;");
aI("text=DNA Domain Names;target=;url=DNA-Domain-Names.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
}


 drawMenus();
