/* 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="13px";
fontweight="bold";		
offcolor="#FFFFFF";
oncolor="#FFFFFF";
padding="3";
itemwidth=150;
itemheight=26;
overbgimage='/userfiles/12/11123423/images/nav_background_lt.gif';
bgimage='/userfiles/12/11123423/images/nav_background.gif';
pagebgimage='/userfiles/12/11123423/images/nav_background.gif';
}


/* SUB MENU STYLE */
with(SubMenuStyle=new mm_style()){
bordercolor="#C9C9BF";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Tahoma, Geneva, Verdana, sans-serif";
fontsize="13px";
fontweight="normal";		
offbgcolor="#FFF9EB";
offcolor="#000000";
onbgcolor="#B9B37F";
oncolor="#FFFCFD";
padding=3;
pagecolor="#000000";
pagebgcolor="#FFFFFF";
itemwidth=150;
itemheight=26;
}

