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=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
align="center";
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
imagepadding=0;
oncolor="#000000";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
rawcss="padding-right:3px;padding-top:3px;padding-bottom:3px;padding-left:3px;"
separatorcolor="#999999";
separatorsize=1;
itemheight=15;
}

with(submenuStyle=new mm_style()){
align="left";
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
imagepadding=0;
offbgcolor="#DDDDDD";
onbgcolor="#f7941d";
oncolor="#000000";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
rawcss="padding-right:3px;padding-top:3px;padding-bottom:3px;padding-left:18px;";
separatorcolor="#999999";
separatorsize=1;
itemwidth=140;
itemheight=20;
}

with(submenuStyle2=new mm_style()){
align="left";
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
imagepadding=0;
offbgcolor="#DDDDDD";
onbgcolor="#f7941d";
oncolor="#000000";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
rawcss="padding-right:3px;padding-top:3px;padding-bottom:3px;padding-left:21px;"
separatorcolor="#999999";
separatorsize=1;
itemwidth=170;
itemheight=20;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
itemwidth=80;
menubgimage="cst_menu_bg.gif";
aI("text=Home;url=index.htm;");
aI("showmenu=company;text=Company;");
aI("showmenu=services;text=Services;");
aI("text=Products;url=products.htm");
aI("text=Contact;url=contact.htm;");
}

with(milonic=new menuname("company")){
style=submenuStyle;
aI("url=about_us.htm;text=About Us;");
aI("url=case_studies.htm;text=What Our Clients Say;");
aI("text=Careers;url=careers.htm");
aI("text=Press;url=press.htm");
}

with(milonic=new menuname("about_us")){
style=submenuStyle;
itemwidth=200;
aI("text=History, Vision & Commitment;url=about_us.htm;")
aI("text=Location;url=contact.htm;");
}

with(milonic=new menuname("case_studies")){
style=submenuStyle;
aI("text=Case Study 1;url=case_study_1.htm;")
aI("text=Case Study 2;url=case_study_2.htm;")
aI("text=Case Study 3;url=case_study_3.htm;")
}

with(milonic=new menuname("careers")){
style=submenuStyle;
aI("text=Employee types 1;url=careers_1.htm;")
aI("text=Examples types 2;url=careers_2.htm;")
aI("text=Examples types 3;url=careers_3.htm;")
}

with(milonic=new menuname("services")){
style=submenuStyle2;
aI("showmenu=business_solutions;text=Business Solutions;")
aI("showmenu=support_maintenance;text=Support and Maintenance;")
aI("text=Home Users;url=home_users.htm;")
aI("text=Mac Remote Support;url=macremote.htm;")
aI("text=Vista Remote Support;url=vistaremote.htm;")
}

with(milonic=new menuname("business_solutions")){
style=submenuStyle;
aI("text=Networks;url=networks.htm;")
aI("text=Hardware / Software;url=hardware_software.htm;")
aI("text=Databases;url=databases.htm;")
aI("text=Security;url=security.htm;")
aI("text=Mobile Solutions;url=mobile_solutions.htm;")
aI("text=Outsourcing;url=outsourcing.htm;")
}

with(milonic=new menuname("support_maintenance")){
style=submenuStyle;
aI("text=Monthly Contracts;url=monthly_contracts.htm;")
aI("text=Ad-Hoc;url=ad_hoc.htm;")
}

with(milonic=new menuname("home_users")){
style=submenuStyle;
aI("text=The Internet;url=monthly_contracts.htm;")
aI("text=Security;url=remote_support.htm;")
aI("text=Home Networks /<br>Wireless Connections;url=homenet_wireless.htm;")

}

with(milonic=new menuname("products")){
style=submenuStyle;
aI("text=Hardware;url=hardware.htm")
aI("text=Software;url=software.htm")
aI("text=Consumables;url=consumables.htm")
aI("text=Data Storage;url=data_storage.htm")
aI("text=Print and Imaging;url=print_imaging.htm")
aI("text=Databases;url=databases.htm")

}


drawMenus();
