/* 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()){
fontfamily="Trebuchet MS, Tahoma, Geneva, Verdana, sans-serif";
fontsize="14px";
fontweight="bold";		
offcolor="#000000";
oncolor="#81AF57";
itemwidth=154;
itemheight=28;
bgimage='http://cloud1.emtoolbox.com/userfiles/12/8a4692cd-5e75-102d-a73c-4a3425203090/images/layout/Nav_Item_bg_tab_home_main.jpg';
separatorimage='http://cloud1.emtoolbox.com/userfiles/12/8a4692cd-5e75-102d-a73c-4a3425203090/images/layout/Nav_Item_bg_separator.jpg';
separatorsize="15";
}


/* SUB MENU STYLE */
with(SubMenuStyle=new mm_style()){
bordercolor="#C4C5C6";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Tahoma, Geneva, Verdana, sans-serif";
fontsize="14px";
fontweight="normal";		
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#81AF57";
itemwidth=160;
itemheight=28;
}
