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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
position="relative";
bordercolor="#8c8c8c";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="transparent";
headercolor="#000000";
bgimage="images/menu_bgs.gif";
itemwidth=100;
////new
itemheight=35;
////
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.4)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.1)";
rawcss="padding-top:5px;padding-bottom:8px;text-align:center;";
//separatorcolor="#222222";
separatorimage="images/menu_seps.gif";
separatorwidth=1;
separatorsize=0;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#bbbbbb";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#e5e5e5";
offcolor="#000000";
onbgcolor="#9393be";
oncolor="#000000";
outfilter="fade(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=6;
pagecolor="black";
separatorsize=1;
separatorcolor="#bbbbbb";
subimage="black_7x7.gif";
subimagepadding=8;
}




with(bmenu=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
////top=127;
////left=220;
align="center";
aI("itemwidth=56;text= ;separatorimage=images/menu_bgs.gif;");
aI("overbgimage=images/menu_bg_overs.gif;text=Home;url=index.asp;");
aI("showmenu=services;overbgimage=images/menu_bg_overs.gif;text=Services;url=services.asp;");
aI("itemwidth=130;overbgimage=images/menu_bg_overs.gif;text=Learning Center;url=learning.asp;");
aI("overbgimage=images/menu_bg_overs.gif;text=FAQs;url=faqs.asp;");
aI("showmenu=employee;overbgimage=images/menu_bg_overs.gif;text=About Us;url=aboutus.asp;");
aI("overbgimage=images/menu_bg_overs.gif;text=Contact Us;url=contactus.asp;separatorimage=images/menu_bgs.gif;");
aI("itemwidth=56;text= ;");
}

///
/*
with(bmenu=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
////top=127;
////left=220;
align="center";
aI("bgimage=nav_left.gif;text=Home;url=;");
aI("itemwidth=170;bgimage=nav_mid.gif;showmenu=one;text=OneAndTwoAndThree;");
aI("bgimage=nav_mid.gif;showmenu=two;text=Two;");
aI("bgimage=nav_mid.gif;showmenu=three;text=Three;");
aI("bgimage=nav_mid.gif;showmenu=four;text=Four;");
aI("bgimage=nav_right.gif;text=Five;");
}
*/

with(bmenu=new menuname("services")){
style=submenuStyle;
aI("text=Lawn Program;url=lawnprogram.asp;");
aI("text=Ornamental Trees and Shrubs;url=treesandshrubs.asp;");
aI("text=Indoor/Exterior Perimeter Pest Control;url=indoorpestcontrol.asp;");
aI("text=Termite Program;url=termiteprogram.asp;");
aI("text=Discount Offers;url=discountoffers.asp;");
}

with(bmenu=new menuname("employee")){
style=submenuStyle;
aI("text=Employment Opportunities;url=employment.asp;");
}


drawMenus();

