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




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#747A75";
padding=5;
pagecolor="black";
subimage="11x9_dotted_green.gif";
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="2008_caravan/milonic/location_new.gif";
imageposition="right";
offcolor="#B6B6B6";
oncolor="#000000";
overimage="2008_caravan/milonic/location_on_new.gif";
pagecolor="black";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertcal";
style=menuStyle;
aI("text=HOME;url=http://www.caravanlogistics.ca;");
aI("showmenu=aboutUs;text=ABOUT US;");
aI("showmenu=shipping;text=SHIPPING;");
aI("showmenu=drivers;text=DRIVERS;");
aI("showmenu=contactUs;text=CONTACT US;");
}

with(milonic=new menuname("aboutUs")){
left="offset=15";
style=submenuStyle;
aI("text=Who We Are;url=http://www.caravanlogistics.ca/who_we_are.html;");
aI("text=What We Do;url=http://www.caravanlogistics.ca/what_we_do.html");
aI("text=News Updates;url=http://www.caravanlogistics.ca/news.html;");
}

with(milonic=new menuname("shipping")){
left="offset=15";
style=submenuStyle;
aI("text=Operating Info;url=http://www.caravanlogistics.ca/operating_info.html;");
aI("text=Certificates;url=http://www.caravanlogistics.ca/certificates.html;");
aI("text=Credit Application;url=http://www.caravanlogistics.ca/credit_application.html;");
}

with(milonic=new menuname("drivers")){
left="offset=15";
style=submenuStyle;
aI("text=Skills Development;url=http://www.caravanlogistics.ca/skills_development.html;");
aI("text=Driver Awards;url=http://www.caravanlogistics.ca/driver_awards.html;");
aI("text=Driver Application;url=http://www.caravanlogistics.ca/driver_application.html;");
}

with(milonic=new menuname("contactUs")){
left="offset=15";
style=submenuStyle;
aI("text=Location;url=http://www.caravanlogistics.ca/location.html;");
aI("text=Contact Information;url=http://www.caravanlogistics.ca/contact_information.html;");
aI("text=CLI Distribution;url=http://www.caravanlogistics.ca/cli_distribution.html;");
}

drawMenus();


