/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 141

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "javascript/"

   DQM_border_color = "#919191"
   
   DQM_menu_bgcolor = "#ffffff"
   DQM_hl_bgcolor = "#ed7930"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   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 = 0


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#737373"
   DQM_fontfamily = "Arial, Helvetica, sans-serif"
   DQM_fontsize = 9
   DQM_fontsize_ie4 = 9  
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 2
   DQM_margin_bottom = 2
   DQM_margin_left = 2



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "images/nav_aboutusr.gif"
   DQM_rollover_wh0 = "141,22"
   
   DQM_rollover_image1 = "images/nav_newscentrer.gif"
   DQM_rollover_wh1 = "141,22"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-60,12"
DQM_sub_menu_width0 = 141
DQM_subdesc0_0 = ":: OVERVIEW"
DQM_subdesc0_1 = ":: COMPANIES"

DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0

DQM_url0_0 = "aboutus.htm"
DQM_url0_1 = "companies.htm"

DQM_sub_xy1 = "-60,12"
DQM_sub_menu_width1 = 141
DQM_subdesc1_0 = ":: NEWS CENTRE"
DQM_subdesc1_1 = ":: ORIGIN AND SKILLED"
DQM_subdesc1_2 = ":: OUR PEOPLE"

DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0

DQM_url1_0 = "newscentre.htm"
DQM_url1_1 = "newscentre_skilled.htm"
DQM_url1_2 = "ourpeople.htm"




