_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="#FF0000";
oncolor="WhiteSmoke";
padding="9";
pagecolor="#FF0000";
separatorcolor="Black";
separatorsize="1";
subimage="images/on_13x13_greyboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#BFBEBE";
borderstyle="Double";
borderwidth="3";
fontfamily="Tahoma";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#FF0000";
oncolor="Black";
padding="4";
subimage="images/on_13x13_greyboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("showmenu=CompanyAbout UsLEFT_MENU;text=Company;target=;url=company.html;");
aI("showmenu=ResourcesOracle APEXLEFT_MENU;text=Resources;target=;url=Resources.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Terms;target=;url=Terms.html;");
aI("text=Site Map;target=;url=sitemap-alphabetical.html;");
}

with(milonic=new menuname("CompanyAbout UsLEFT_MENU")){
style=submenuStyle;
aI("text=About Us;target=;url=About-Us.html;");
aI("text=Management Team;target=;url=Management-Team.html;");
aI("text=Core Values;target=;url=Core-Values.html;");
aI("text=Customers Served;target=;url=Customers-Served.html;");
aI("text=Federal Government Practice;target=;url=Federal-Government-Practice.html;");
}

with(milonic=new menuname("ResourcesOracle APEXLEFT_MENU")){
style=submenuStyle;
aI("text=Oracle APEX;target=;url=Oracle-APEX.html;");
aI("text=Books and Training;target=;url=Books-and-Training.html;");
aI("text=Conferences;target=;url=Conferences.html;");
aI("text=Blogs;target=;url=Blogs.html;");
}


 drawMenus();

