
/*
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 Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All 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  ******* 
*/

/************menu_styles.js***************
 * This javascript file contains all the *
 * style information for the milonic     *
 * menus. Please refer to menu_data.js - *
 * a javascript file that is written by  *
 * the navWriter - for the contents of   *
 * each menu.                            *
 *****************************************/
 

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=1	              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(topMenuStyle=new mm_style()){
itemwidth="115px";
onbgcolor="#0096C2";
oncolor="#FFFFFF";
offbgcolor="#004B84";
offcolor="#FFFFFF";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";
onclass="mmenu_on";
offclass="mmenu_off";
}




with(menuStyle=new mm_style()){
itemwidth="133px";
onbgcolor="#0096C2";
oncolor="#FFFFFF";
offbgcolor="#C0E3F1";
offcolor="#004B84";
separatorcolor="#004B84";
separatorsize="1";
padding="3 5 3 5";
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#FFFFFF";
pagebgcolor="#0096C2";
}

