/* 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=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/* MAIN MENU STYLE */
with(mainmenuStyle=new mm_style()){
bordercolor="#617FB5";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma ";
fontsize="12px";
fontweight="bold";
valign="middle";
offbgcolor="#5A6D8E";
offcolor="#FFFFFF";
onbgcolor="#617FB5";
oncolor="#FFDD00";
pagecolor="#000000";
pagebgcolor="#617FB5";
itemwidth=158;
itemheight=26;
overbgimage="/userfiles/1/20090306155642/images/nav_bar_image.jpg";
bgimage="/userfiles/1/20090306155642/images/nav_bar_image.jpg";
imagealign="left";
imagepadding=0;
}


/* SUB MENU STYLE */
with(SubMenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Tahoma ";
fontsize="12px";
fontstyle="normal";
offbgcolor="#617FB5";
offcolor="#FFFFFF";
onbgcolor="#617FB5";
oncolor="#FFDD00";
pagecolor="#000000";
pagebgcolor="#617FB5";
itemwidth=200;
itemheight=26;
/*overbgimage="/userfiles/1/20090306155642/images/nav_bar_image.jpg";*/
/*bgimage="/userfiles/1/20090306155642/images/nav_bar_image.jpg";*/
imagealign="left";
imagepadding=0;
}
