
/*
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=0	             // Sub menu top offset
_subOffsetLeft=0          // Sub menu left offset



with(topMenuStyle=new mm_style()){
itemwidth="180px";
onbgcolor="#787878";
oncolor="#fff";
offcolor="#006070";
offbgcolor="transparent";
separatorcolor="#787878";
separatorsize="1";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
padding="6 0 6 0";
subimage="/dirw/workerscomp/workerscomp.nsf/AttachmentsByTitle/milonic_arrow.gif/$FILE/milonic_arrow.gif";
onsubimage="/dirw/workerscomp/workerscomp.nsf/AttachmentsByTitle/milonic_arrow_ovr.gif/$FILE/milonic_arrow_ovr.gif";
subimagepadding="10 4 6 6";
}




with(menuStyle=new mm_style()){
itemwidth="176px";
bordercolor="#787878";
borderstyle="solid";
borderwidth="1"
onbgcolor="#fff";
oncolor="#006070";
offbgcolor="#787878";
offcolor="#fff";
pagecolor="#006070";
pagebgcolor="#fff";
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
padding="4"
subimage="/dirw/workerscomp/workerscomp.nsf/AttachmentsByTitle/milonic_arrow.gif/$FILE/milonic_arrow.gif";
onsubimage="/dirw/workerscomp/workerscomp.nsf/AttachmentsByTitle/milonic_arrow_ovr.gif/$FILE/milonic_arrow_ovr.gif";
subimagepadding="10 4 6 6";
rawcss="padding-left:5px";
}

