/* 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  ******* */
/* 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=2            // Sub menu left offset

/* MAIN MENU STYLE */
with(mainmenuStyle=new mm_style()){
fontfamily="Arial, Helvetica, san-serif ";
fontsize="12px";
fontweight="normal";		
offcolor="#000000";
oncolor="#FFFFFF";
padding="3";
itemheight="41";
align="center";
separatorheight="41";
separatorwidth="28";
overbgimage='/userfiles/8/20090306005252/images/layout/nav_background.gif';
bgimage='/userfiles/8/20090306005252/images/layout/nav_background.gif';
pagebgimage='/userfiles/8/20090306005252/images/layout/nav_background.gif';
separatorimage='/userfiles/8/20090306005252/images/layout/nav_center_ends.gif';
}

/* SUB MENU STYLE */
with(SubMenuStyle=new mm_style()){
fontfamily="Arial, Helvetica, san-serif ";
fontsize="12px";
fontweight="normal";		
offcolor="#000000";
oncolor="#FFFFFF";
padding="3";
itemheight="41";
align="left";
separatorheight="41";
separatorwidth="28";
overbgimage='/userfiles/8/20090306005252/images/layout/nav_background.gif';
bgimage='/userfiles/8/20090306005252/images/layout/nav_background.gif';
pagebgimage='/userfiles/8/20090306005252/images/layout/nav_background.gif';
separatorimage='/userfiles/8/20090306005252/images/layout/nav_center_ends.gif';
}

