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=-18;


with(submenuStyle=new mm_style()){
fontfamily="Arial, sans serif";
fontsize="smaller";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#b27d00";
padding=4;
pagecolor="black";
subimage="http://www.milonic.com/menuimages/11x9_dotted_green.gif";
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Arial, sans serif";
//fontsize="90%";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="location.gif";
imageposition="right";
offcolor="#00257d";
oncolor="#b27d00";
overimage="locationOn.gif";
pagecolor="black";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertcal";
style=menuStyle;
top=128;
aI("text=Home;url=index.php;");
aI("text=Products;url=products.php;");
aI("text=Solutions;url=solutions.php;");
aI("text=Enquire;url=enquire.php;");
aI("text=Contact us;url=contactUs.php;");
aI("text=About us;url=aboutUs.php;");
aI("text=Blog;url=http://www.bluetreeservices.co.uk/gps_tracking_news/;");
aI("text=For consumers;url=http://www.bluetreeservices.co.uk/;");
}


drawMenus();
