fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;


with(menuStyle=new mm_style()){
bordercolor="#fff";
borderstyle="solid";
borderwidth=0;
fontfamily="TitilliumText22LRegular, Georgia, Times New Roman, Times, serif";
fontsize="95%";
fontstyle="normal";
fontweight="normal";
offcolor="#FFFFFF";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.5)";
rawcss="padding-left:0px;padding-right:40px;padding-top:2px;padding-bottom:2px;";
separatorcolor="#b7ada7";
separatorsize=0;
}

with(menuStyleSub=new mm_style()){
bordercolor="#fff";
borderstyle="solid";
borderwidth=1;
bgcolor="#222222";
fontfamily="TitilliumText22LRegular, Georgia, Times New Roman, Times, serif";
fontsize="75%";
fontstyle="normal";
fontweight="normal";
offcolor="#301308";
offbgcolor="#EEEBE8";
oncolor="#F90";
onbgcolor="#EEEBE8";
outfilter="Fade(duration=0.5)";
rawcss="padding-left:8px;padding-right:8px;padding-top:6px;padding-bottom:5px;";
separatorcolor="#fff";
separatorsize=1;

}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("text=Home;url=http://www.kldesign.com/index.shtml;");
aI("showmenu=about;text=About KLD;url=http://www.kldesign.com/about.shtml;");
aI("showmenu=portfolio;text=Portfolio;url=http://www.kldesign.com/portfolio_logo.shtml;");
aI("showmenu=free advice;text=Free Advice;url=http://www.kldesign.com/free_design_advice.shtml;");
aI("text=Request a Quote;url=http://www.kldesign.com/request.shtml;");
aI("showmenu=contact;text=Contact;url=http://www.kldesign.com/contact_us.shtml;");

}


with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyleSub;

aI("text=Design Services;url=http://www.kldesign.com/services.shtml;")
aI("text=Website Services;url=http://www.kldesign.com/website-development.shtml;")

aI("text=Our People;url=http://www.kldesign.com/people.shtml;")
<!--aI("text=Case Studies;url=http://www.kldesign.com/case_studies.shtml;")-->
aI("text=Testimonials;url=http://www.kldesign.com/testimonials.shtml;")

aI("text=Selected Clients;url=http://www.kldesign.com/client_list.shtml;")
<!--aI("text=Blog;url=http://kldesignblog.blogspot.com/;target=_blank;")-->
aI("text=Careers;url=http://www.kldesign.com/careers.shtml;")
aI("text=Internships;url=http://www.kldesign.com/internships.shtml;")

}

with(milonic=new menuname("portfolio")){
overflow="scroll";
style=menuStyleSub;
aI("text=Branding & Logos;url=http://www.kldesign.com/portfolio_logo.shtml;")
aI("text=Website Design & Development;url=http://www.kldesign.com/portfolio_web.shtml;")
aI("text=Marketing & Publication Design;url=http://www.kldesign.com/portfolio_pub.shtml;")
}

with(milonic=new menuname("free advice")){
overflow="scroll";
style=menuStyleSub;
aI("text=Logo Design Costs;url=http://www.kldesign.com/logo-development.shtml;")
aI("text=Logo Design Process;url=http://www.kldesign.com/logo_identity_development_process.shtml;")
aI("text=Logo Design FAQ;url=http://www.kldesign.com/logo-development_FAQ.shtml;")
aI("text=Brand Development;url=http://www.kldesign.com/brand_development_advice.shtml;")

aI("text=Website Budget;url=http://www.kldesign.com/website_budget.shtml;")
aI("text=Website Options;url=http://www.kldesign.com/web_features_consideration.shtml;")

aI("text=Brochure Development Advice;url=http://www.kldesign.com/build_better_brochures.shtml;")

}

drawMenus();


