/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

   //target window
   DQM_urltarget = "_self" 
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   //menu border color
   DQM_border_color = "#EEEEEE"
   
   //menu background color
   DQM_menu_bgcolor = "#2C4096"
   
   //highlight color
   DQM_hl_bgcolor = "#3C55C3"

   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 = -1

/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   
   //text properties
   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Arial,Helvetica,sans-serif"
   DQM_fontsize = 11
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   
   //highlighted text properties
   DQM_hl_textcolor = "#FFFFFF"
   DQM_hl_textdecoration = "normal"
 
   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 2


/*-------------------------------------------
Optional main menu rollover images

Note; DQM_rollover_wh0 string refers to width and height of rollover image
--------------------------------------------*/
  
   DQM_rollover_image0 = "images/hdr_nav_blueprint_on.gif"
   DQM_rollover_wh0 = "130,30"
   DQM_url0 = "blue_toc.asp"

   DQM_rollover_image1 = ""
   DQM_rollover_wh1 = ""
   DQM_url1 = ""
    	
   DQM_rollover_image2 = "" 
   DQM_rollover_wh2 = ""
   DQM_url2 = ""
 
   DQM_rollover_image3 = "" 
   DQM_rollover_wh3 = ""
   DQM_url3 = ""
  
   DQM_rollover_image4 = "" 
   DQM_rollover_wh4 = ""
   DQM_url4 = ""
   
   DQM_rollover_image5 = "" 
   DQM_rollover_wh5 = ""
   DQM_url5 = ""
   
   DQM_rollover_image6 = "" 
   DQM_rollover_wh6 = ""
   DQM_url6 = ""


/*---------------------------------------------
Sub Menu Item Settings
Note: When using the rollover images, DQM_sub_xy0 must match the rollover image width and height, 
with the width expressed as a negative
-----------------------------------------------*/

// NBN Blueprint Menu
DQM_sub_xy0 = "-128,30"
DQM_sub_menu_width0 = 150
DQM_subdesc0_0 = "Table of Contents"
DQM_subdesc0_1 = "Public Comments"
DQM_url0_0 = "blue_toc.asp"
DQM_url0_1 = "http://www.ndoc.org/about_ndc/reports/default.asp"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0






