/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 170

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#302D57"
   
   DQM_menu_bgcolor = "#E8E8E8"
   DQM_hl_bgcolor = "#354679"

   DQM_sub_xy = "1,-3"
   DQM_border_width = 3
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 0
   DQM_ie5mac_offset_Y = -1


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#302D57"
   DQM_fontfamily = "Arial"
   DQM_fontsize = 14
   DQM_textdecoration = "normal"
   DQM_fontweight = "bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#FFF"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 5
   DQM_margin_bottom = 5
   DQM_margin_left = 5


/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/


  

   DQM_rollover_wh0 = "300,100" 
   DQM_rollover_wh1 = "300,100"
   DQM_rollover_wh2 = "300,100"
   DQM_rollover_wh3 = "300,100"
   DQM_rollover_wh4 = "300,100"
   




