//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


	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 = "#9A0001"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#660000"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#A92627"		

	dqm__mouse_off_delay = 140		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


    //Font settings

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 11			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#ffff00"
	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 = 10
	dqm__margin_right = 4


	dqm__2nd_icon_image0 = "images/arrows.gif"
	dqm__2nd_icon_rollover0 = "images/arrows.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"

	dqm__show_urls_statusbar = false
   

    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "gradientwipe"
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .6
	dqm__sub_item_effect_duration = .6


    //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 = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 98			//1 to 100
	dqm__dropshadow_color = "666666"			//Hex color value or 'none'
	dqm__dropshadow_offx = 10			//drop shadow width
	dqm__dropshadow_offy = 10			//drop shadow height


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"


	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#660000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#000000"
	dqm__text_alignmentX = "left"


	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"


    //Sub Menu 0

	dqm__sub_xy0 = "-57,15"
	dqm__sub_menu_width0 = 205

	dqm__subdesc0_0 = "Our Team"
	dqm__subdesc0_1 = "Company History"
	dqm__subdesc0_2 = "Employee Of The Month"
	dqm__subdesc0_3 = "The Company We Keep"
	dqm__subdesc0_4 = "What You Can Expect From Us"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0

	dqm__url0_0 = "our_team.htm"
	dqm__url0_1 = "company_history.htm"
	dqm__url0_2 = "employee_month.htm"
	dqm__url0_3 = "company_keep.htm"
	dqm__url0_4 = "what_expect_from_us.htm"
	
    //Sub Menu 1

	dqm__sub_xy1 = "-80,15"
	dqm__sub_menu_width1 = 160

	dqm__subdesc1_0 = "Beer"
	dqm__subdesc1_1 = "Cask Wine"
	dqm__subdesc1_2 = "Imported Beer"
	dqm__subdesc1_3 = "Fortified Wines"
	dqm__subdesc1_4 = "Red Wines"
	dqm__subdesc1_5 = "White Wine"
	dqm__subdesc1_6 = "Sparkling Wines"
	dqm__subdesc1_7 = "Spirits"
	dqm__subdesc1_8 = "Specials"
	dqm__subdesc1_9 = "Order Now"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0
	dqm__icon_index1_6 = 0
	dqm__icon_index1_7 = 0
	dqm__icon_index1_8 = 0
	dqm__icon_index1_9 = 0

	
	dqm__url1_0 = "online_beer.htm"
	dqm__url1_1 = "online_cask_wine.htm"
	dqm__url1_2 = "online_imported_beer.htm"
	dqm__url1_3 = "online_fortified_wine.htm"
	dqm__url1_4 = "online_red_wine.htm"
	dqm__url1_5 = "online_white_wine.htm"
	dqm__url1_6 = "online_sparkling_wine.htm"
	dqm__url1_7 = "online_spirits.htm"
	dqm__url1_8 = "specials.htm"
	dqm__url1_9 = "order_form.htm"
	
	//Sub Menu 2

	dqm__sub_xy2 = "-120,15"
	dqm__sub_menu_width2 = 115

	dqm__subdesc2_0 = "Useful Links"
	dqm__subdesc2_1 = "eNewsletter"
	dqm__subdesc2_2 = "Making News"

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0

	dqm__url2_0 = "useful_links.htm"
	dqm__url2_1 = "enewsletter.htm"
	dqm__url2_2 = "making_news.htm"

	//Sub Menu 3

	dqm__sub_xy3 = "-80,20"
	dqm__sub_menu_width3 = 115

	dqm__subdesc3_0 = "Contact Us"
	dqm__subdesc3_1 = "How To Find Us"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0

	dqm__url3_0 = "contact_us.htm"
	dqm__url3_1 = "how_to_find_us.htm"