/* 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=20              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset

/* MAIN MENU STYLE */
with(mainmenuStyle=new mm_style()){
fontfamily="Calibri, Trebuchet MS, Tahoma, Geneva, Verdana, sans-serif";
fontsize="14px";
fontweight="normal";		
offcolor="#FFFFFF";
oncolor="#FFFFFF";
padding="3";
valign='bottom';
itemwidth=149;
itemheight=30;
overbgimage='http://cloud1.emtoolbox.com/userfiles/12/11123423/images/nav_on.jpg';
bgimage='http://cloud1.emtoolbox.com/userfiles/12/11123423/images/nav_off.jpg';
separatorimage='http://cloud1.emtoolbox.com/userfiles/12/11123423/images/Nav_Divider.jpg';
}



/* SUB MENU STYLE */
with(SubMenuStyle=new mm_style()){
bordercolor="#C9C9BF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="14px";
fontweight="bold";		
offbgcolor="#DEDEDE";
offcolor="#003463";
onbgcolor="#003463";
oncolor="#DEDEDE";
padding=3;
pagecolor="#000000";
pagebgcolor="#FFFFFF";
itemwidth=149;
itemheight=24;
separatorcolor="#003462";
separatorsize="1";
align="left";
}

