/* 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 ProductsThis is a commercial software product, please visit http://www.milonic.com/ for more information.See http://www.milonic.com/license.php for Commercial License AgreementAll 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  ******* */
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset

/* MAIN MENU STYLE */
with(mainmenuStyle=new mm_style()){
bordercolor="#777777";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";		
offbgcolor="#d1d1d1";
offcolor="#777777";
onbgcolor="#e3e3e3";
oncolor="#000000";
padding=3;
pagecolor="#000000";
pagebgcolor="#f5f5f5";
}

/* SUB MENU STYLE */
with(SubMenuStyle=new mm_style()){
bordercolor="#777777";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";		
offbgcolor="#e3e3e3";
offcolor="#777777";
onbgcolor="#f5f5f5";
oncolor="#000000";
padding=3;
pagecolor="#000000";
pagebgcolor="#FFFFFF";
itemwidth=150;
}

/* Left MenuStyle */
with(LeftMenuStyle=new mm_style()){
bordercolor="#777777";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";		
offbgcolor="#e3e3e3";
offcolor="#777777";
onbgcolor="#f5f5f5";
oncolor="#000000";
padding=3;
pagecolor="#000000";
pagebgcolor="#FFFFFF";
itemwidth=150;
}

/* Left Sub MenuStyle */
with(LeftSubMenuStyle=new mm_style()){
bordercolor="#777777";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";		
offbgcolor="#e3e3e3";
offcolor="#777777";
onbgcolor="#f5f5f5";
oncolor="#000000";
padding=3;
pagecolor="#000000";
pagebgcolor="#FFFFFF";
itemwidth=150;
}
