/* Required menu Settings */

   DQM_sub_menu_width = 50;	 
  
   DQM_urltarget = "_self";
   
   DQM_onload_statement = "";
   DQM_codebase = "includes/dhtml_menu/";

   DQM_border_color = "#696969";
      
   DQM_menu_bgcolor = "#F5F5F5";
   DQM_hl_bgcolor = "#EAB629";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 0;

   /* 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 */
   
    /* Static */
	DQM_textcolor = "#333333"
   	DQM_fontfamily = "Verdana"
   	DQM_fontsize = 9
	DQM_fontsize_ie4 = 9
	DQM_textdecoration = "normal"
	DQM_fontweight = "normal"
	DQM_fontstyle = "normal"
	
	/* Highlighted */
	DQM_hl_textcolor = "#FFFFFF"
	DQM_hl_textdecoration = "normal"
	
	/* Margins */
	DQM_margin_top = 2
	DQM_margin_bottom = 2
	DQM_margin_left = 5
