	dqm__sub_menu_width = 130      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#025B9C"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#EDEDED"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#28DAE7"		


	dqm__mouse_off_delay = 100		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 400		//defined in milliseconds (activated after leaving sub)


	dqm__textcolor = "#315987"
	dqm__fontfamily = "arial"		//Any available system font     
	dqm__fontsize = 11		//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#ffffff"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 0
	dqm__margin_right = 0


	dqm__icon_image0 = "images/about.jpg"
	dqm__icon_rollover0 = "images/about.jpg"
	dqm__icon_image_wh0 = "7,7"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/about.jpg"
	dqm__2nd_icon_rollover0 = "images/about.jpg"
	dqm__2nd_icon_image_wh0 = "7,7"
	dqm__2nd_icon_image_xy0 = "7,7"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "UP"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 2			//drop shadow width
	dqm__dropshadow_offy = 2			//drop shadow height




		dqm__sub_xy0= "-81,32"
		dqm__sub_menu_width0 = 140

        dqm__subdesc0_0 = "&nbsp;&nbsp;Insurance Providers "
		dqm__subdesc0_1 = "&nbsp;&nbsp;Corporations"
		dqm__subdesc0_2 = "&nbsp;&nbsp;Assisted Care"
		dqm__subdesc0_3 = "&nbsp;&nbsp;Families"

		dqm__icon_index0_0 = 0
        dqm__icon_index0_1 = 0
		dqm__icon_index0_2 = 0
		dqm__icon_index0_3 = 0

		dqm__url0_0 = "insurance_providers.html"
		dqm__url0_1 = "corporations.html"
		dqm__url0_2 = "assisted_care.html"
		dqm__url0_3 = "families.html"
		
/*******************************************************************************
								End of Sub Menu 0
********************************************************************************/

//Main Menu Item 1
	dqm__url1 = "typical_clients.html";
	dqm__border_color0 = "#0D3B6C"				//Hex color or 'transparent'
	dqm__menu_bgcolor0 = "#CCDAED"		//Hex color or 'transparent'
	dqm__hl_bgcolor0 =  "#5A80A7"
	


