/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=12;
_subOffsetLeft=-6;

with(menuStyle=new mm_style()){
//onbgcolor="#f03d41";
oncolor="#ffffff";
//offbgcolor="#f03d41";
offcolor="#ffffff";
bordercolor="#f03d41";
borderstyle="none";
borderwidth="0";
padding="0";
fontsize="0.65em";
fontstyle="normal";
fontweight="bold";
fontfamily="verdana, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
separatorheight="27";
separatorimage="http://private.pogroup.com/LondonGatewayStaticContent/menu_seperator.png";
separatorpadding="0";
separatorsize="30";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="Fade(duration=0.2);Alpha(opacity=0)";
//outfilter="randomdissolve(duration=0.3)";
rawcss="padding-bottom:1px";
}

with(submenuStyle=new mm_style()){
onbgcolor="#e0373c";
oncolor="#000000";
offbgcolor="#e0373c";
offcolor="#ffffff";
bordercolor="#e0373c";
borderstyle="none";
borderwidth="0";
separatorcolor="#ffffff";
separatorsize="1";
separatorpadding="2";
separatorheight="";
padding="5";
fontsize="0.65em";
fontstyle="normal";
fontweight="bold";
fontfamily="verdana, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="Fade(duration=0.2);Alpha(opacity=0)";
}
