_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots1.gif";
offbgcolor="#141543";
offcolor="White";
onbgcolor="#141543";
oncolor="Gold";
padding="10";
pagecolor="DarkRed";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/db_red.gif";
subimagepadding="2";
overimage="images/dots4.gif";
imagepadding="6";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#141543";
offcolor="#ffffff";
onbgcolor="#141543";
oncolor="Gold";
padding="4";
pagecolor="DarkRed";
separatorcolor="#FFFFFF";
separatorsize="1";
subimage="images/db_red.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=index.html;");
aI("text=Training;target=;url=training.html;");
aI("showmenu=ProductsBooksLEFT_MENU;text=Products;target=;url=products.html;");
aI("text=News;target=;url=news.html;");
aI("showmenu=ResourcesArticlesLEFT_MENU;text=Resources;target=;url=resources.html;");
aI("text=Our People;target=;url=our-people.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=FAQ;target=;url=faq.html;");
}

with(milonic=new menuname("ProductsBooksLEFT_MENU")){
style=submenuStyle;
aI("text=Books;target=;url=books.html;");
aI("text=Training aids;target=;url=training-aids.html;");
aI("text=DVDs;target=;url=dvds.html;");
aI("text=eBooks;target=;url=ebooks.html;");
}

with(milonic=new menuname("ResourcesArticlesLEFT_MENU")){
style=submenuStyle;
aI("text=Articles;target=;url=articles.html;");
aI("text=Video;target=;url=video.html;");
aI("text=News feeds;target=;url=news-feeds.html;");
}


 drawMenus();
