/* ===== DQM Menu Settings ===== */

DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"

//----- General Settings -----

DQM_sub_menu_width = 134
DQM_sub_xy = "100, 0"
DQM_codebase = "menu/"
DQM_urltarget = "_self"
DQM_border_width = 1
DQM_divider_height = 0
DQM_mouse_off_delay = 200

//----- Browser Bug Fixes -----
  
DQM_os9_ie5mac_offset_X = 10
DQM_os9_ie5mac_offset_Y = 0
DQM_osx_ie5mac_offset_X = 10
DQM_osx_ie5mac_offset_Y = 0
DQM_ie4mac_offset_X = 10
DQM_ie4mac_offset_Y = 0
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."
DQM_use_opera_div_detect_fix = false;

//----- Transition Effects (ie5.5+) -----

DQM_sub_menu_effect = "none"
DQM_sub_item_effect = "none"
DQM_sub_menu_effect_duration = .4
DQM_sub_item_effect_duration = .4
DQM_effect_pixelate_maxsqare = 25
DQM_effect_iris_irisstyle = "CIRCLE"
DQM_effect_checkerboard_squaresx = 14
DQM_effect_checkerboard_squaresY = 14
DQM_effect_checkerboard_direction = "RIGHT"
DQM_sub_menu_opacity = 100
DQM_dropshadow_color = "none"
DQM_dropshadow_offx = 5
DQM_dropshadow_offy = 5	

//----- Font, Margin, and Alignment -----

DQM_fontfamily = "Verdana, Arial"
DQM_fontsize = 11
DQM_fontsize_ie4 = 9
DQM_fontweight = "normal"
DQM_fontstyle = "normal"
DQM_textdecoration = "normal"
DQM_hl_textdecoration = "none"
DQM_hl_bgcolor = "#ffffff"
DQM_textcolor = "#38363c"
DQM_hl_textcolor = "#38363C"
DQM_border_color = "#ffffff"
DQM_menu_bgcolor = "#f8f1df"
DQM_margin_top = 2
DQM_margin_bottom = 3
DQM_margin_left = 5
DQM_margin_right = 4
DQM_text_alignment = "left"

//----- Sub Menus ------

// Home
DQM_rollover_image0 = "gui_images/navigation/home_up.gif"
DQM_rollover_wh0 = "72,29"
DQM_url0 = "default.html"

// Accommodation
DQM_sub_xy1 = "-124,29"
DQM_subdesc1_0 = "Merlot"
DQM_subdesc1_1 = "Verdelho"
DQM_url1_0 = "merlot.html"
DQM_url1_1 = "verdelho.html"
DQM_rollover_image1 = "gui_images/navigation/accom_up.gif"
DQM_rollover_wh1 = "124,29"
DQM_url1 = "merlot.html"


// The Area
DQM_rollover_image2 = "gui_images/navigation/thearea_up.gif"
DQM_rollover_wh2 = "79,29"
DQM_url2 = "thearea.html"

// Bookings
DQM_rollover_image3 = "gui_images/navigation/bookings_up.gif"
DQM_rollover_wh3 = "142,29"
DQM_url3 = "bookings.html"


// Contact Us
DQM_rollover_image4 = "gui_images/navigation/contact_up.gif"
DQM_rollover_wh4 = "71,29"
DQM_url4 = "contact.html"

