/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Click2Learn Corporation
//
// The copyright to the computer software herein is proprietary and remains
// the property of Click2Learn, USA. It may be used and/or copied only with
// the written consent of Click2Learn or in accordance with the terms and
// conditions stipulated in the agreement/contract under which this software
// has been supplied.
//
// $Id: SYS_MenuCSS.js,v 1.1 2003/01/14 04:31:47 nedv Exp $
// $Date: 2003/01/14 04:31:47 $
// $RCSfile: SYS_MenuCSS.js,v $
// $Revision: 1.1 $
//
// Abstract:
//
//    Localized file
//
// Revision History:
//
//    2002-02-25   Anand Arvind    Created file
//
/////////////////////////////////////////////////////////////////////////////

timegap=100             // The time delay for menus to remain visible
followspeed=5           // Follow Scrolling speed
followrate=40           // Follow Scrolling Rate
suboffset_top=10;       // Sub menu offset Top position
suboffset_left=10;      // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"323d5a",               // Mouse Off Font Color
"efefef",               // Mouse Off Background Color
"323d5a",               // Mouse On Font Color
"b6c7d7",               // Mouse On Background Color
,                       // Menu Border Color
10,                     // Font Size in pixels
"normal",               // Font Style (italic or normal)
"normal",               // Font Weight (bold or normal)
"Verdana, Arial",       // Font Name
5,                      // Menu Item Padding
,                       // Sub Menu Image (Leave this blank if not needed)
,                       // 3D Border & Separator bar
"ff0000",               // 3D High Color
"ff0000",               // 3D Low Color
,                       // Current Page Item Font Color (leave this blank to disable)
,                       // Current Page Item Background Color (leave this blank to disable)
,                       // Top Bar image (Leave this blank to disable)
"ffffff",               // Menu Header Font Color (Leave blank if headers are not needed)
"000099",               // Menu Header Background Color (Leave blank if headers are not needed)
,                       // Menu Item Separator Color
"clsNavMenuOption",
"clsNavMenuOptionSelected",
]

style2=[
"000000",               // Mouse Off Font Color
"efefef",               // Mouse Off Background Color
"000000",               // Mouse On Font Color
"b7cada",               // Mouse On Background Color
,                       // Menu Border Color
10,                     // Font Size in pixels
"normal",               // Font Style (italic or normal)
"normal",               // Font Weight (bold or normal)
"Verdana, Arial",       // Font Name
5,                      // Menu Item Padding
STRING_IMAGE_PREFIX + "icon_menu_arrow.gif",            // Sub Menu Image (Leave this blank if not needed)
,                       // 3D Border & Separator bar
"ff0000",               // 3D High Color
"ff0000",               // 3D Low Color
,                       // Current Page Item Font Color (leave this blank to disable)
,                       // Current Page Item Background Color (leave this blank to disable)
,                       // Top Bar image (Leave this blank to disable)
"ffffff",               // Menu Header Font Color (Leave blank if headers are not needed)
"000099",               // Menu Header Background Color (Leave blank if headers are not needed)
,                       // Menu Item Separator Color
]



style3=[                // style3 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"323d5a",               // Mouse Off Font Color
"efefef",               // Mouse Off Background Color
"323d5a",               // Mouse On Font Color
"b6c7d7",               // Mouse On Background Color
,                       // Menu Border Color
10,                     // Font Size in pixels
"normal",               // Font Style (italic or normal)
"normal",               // Font Weight (bold or normal)
"Verdana, Arial",       // Font Name
5,                      // Menu Item Padding
,                       // Sub Menu Image (Leave this blank if not needed)
,                       // 3D Border & Separator bar
"ff0000",               // 3D High Color
"ff0000",               // 3D Low Color
,                       // Current Page Item Font Color (leave this blank to disable)
,                       // Current Page Item Background Color (leave this blank to disable)
,                       // Top Bar image (Leave this blank to disable)
"ffffff",               // Menu Header Font Color (Leave blank if headers are not needed)
"000099",               // Menu Header Background Color (Leave blank if headers are not needed)
,                       // Menu Item Separator Color
"clsNavMenuOption",
"clsNavMenuOptionSelected",

]
