// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

limit_multiple_users = true

// Colors, Borders, Dividers, and more...
dqm__sub_menu_width = 175 // default sub menu widths
dqm__sub_xy = "0,0" // default sub x,y coordinates - from top-left of parent image or sub menu
dqm__urltarget = "_parent" // default URL target: _self, _parent, _new, or "my frame name"
dqm__border_width = 1
dqm__divider_height = 1
dqm__border_color = "#000000" // Hex color or 'transparent'
dqm__menu_bgcolor = "#FFF589" // Hex color or 'transparent'
dqm__hl_bgcolor = "#1D2F69"
dqm__mouse_off_delay = 100 // defined in milliseconds (activated after mouse stops)
dqm__nn4_mouse_off_delay = 500 // defined in milliseconds (activated after leaving sub)

// Font settings and margins
dqm__textcolor = "#1D2F69"
dqm__fontfamily = "Verdana" // Any available system font 
dqm__fontsize = 10 // Defined with pixel sizing
dqm__fontsize_ie4 = 8 // 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 = "#FFF589"
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 = 4
dqm__margin_bottom = 4
dqm__margin_left = 2
dqm__margin_right = 2

// Bullet and Icon image library
// Bullets & icons defined below are associated with any sub menu items
// Relative positioned icon images (flow with sub item text)

// Absolute positioned icon images (coordinate poitioned)

dqm__2nd_icon_image0 = "https://www.calodging.com/images/arrow_0.gif"
dqm__2nd_icon_rollover0 = "https://www.calodging.com/images/arrow_1.gif"
dqm__2nd_icon_image_wh0 = "8,7"
dqm__2nd_icon_image_xy0 = "0,7"

// Optional Status Bar Text
dqm__show_urls_statusbar = true
// dqm__status_text0 = "Sample text - Main Menu Item 0"
// dqm__status_text1 = "Sample text - Main Menu Item 1"
// dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
// dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"

// Internet Explorer Transition Effects
// Options include:
// none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch
dqm__sub_menu_effect = "fade"
dqm__sub_item_effect = "fade"

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

// 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 = 100 // 1 to 100
dqm__dropshadow_color = "none" // Hex color value or 'none'
dqm__dropshadow_offx = 5 // drop shadow width
dqm__dropshadow_offy = 5 // drop shadow height

// Browser Bug fixes and Workarounds

// Mac offset fixes, adjust until sub menus position correctly.
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

// Exposed menu events
// Reference additional onload statements here.
// dqm__onload_code = "alert('custom function - onload')"

// The 'X' indicates the index number of the sub menu group or item.
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')"

// Specific Sub Menu Settings

// The following settings may be defined for specific sub menu groups.
// The 'X' represents the index number of the sub menu group.
dqm__border_widthX = 10;
dqm__divider_heightX = 5;
dqm__border_colorX = "#0000ff"; 
dqm__menu_bgcolorX = "#ff0000"
dqm__hl_bgcolorX = "#00ff00"
dqm__hl_textcolorX = "#ff0000"
dqm__text_alignmentX = "left"

// The following settings may be defined for specific sub menu items.
// The 'X' represents the index number of the sub menu item.
dqm__hl_subdescX = "custom highlight text"
dqm__urltargetX = "_new"

// Main Menu Rollover Images and Links

// Main Menu Item 0 -- HOME
dqm__rollover_image0 = "https://www.calodging.com/images/monster/nav3_on_01.gif"
dqm__rollover_wh0 = "54,29"
dqm__url0 = "/";

// Main Menu Item 1 -- About Us
dqm__rollover_image1 = "https://www.calodging.com/images/monster/nav3_on_02.gif"
dqm__rollover_wh1 = "58,29"
dqm__url1 = "/about/chla_mission.shtml";

// Main Menu Item 2 -- Membership
dqm__rollover_image2 = "https://www.calodging.com/images/monster/nav3_on_03.gif" 
dqm__rollover_wh2 = "85,29"
dqm__url2 = "/membership/index.shtml";

// Main Menu Item 3 -- Allied Buyers Guide
dqm__rollover_image3 = "https://www.calodging.com/images/monster/nav3_on_04.gif" 
dqm__rollover_wh3 = "92,29"
dqm__url3 = "/search/allied-search.php";

// Main Menu Item 4 - News + Information Center
dqm__rollover_image4 = "https://www.calodging.com/images/monster/nav3_on_05.gif" 
dqm__rollover_wh4 = "113,29"
dqm__url4 = "";

// Main Menu Item 5 - Governmental Affairs
dqm__rollover_image5 = "https://www.calodging.com/images/monster/nav3_on_06.gif" 
dqm__rollover_wh5 = "53,29"
dqm__url5 = "/gov_affairs/index.shtml";

// Main Menu Item 6 - Conventions + Events
dqm__rollover_image6 = "https://www.calodging.com/images/monster/nav3_on_07.gif" 
dqm__rollover_wh6 = "53,29"
dqm__url6 = "";

// Main Menu Item 7 - Programs + Services
dqm__rollover_image7 = "https://www.calodging.com/images/monster/nav3_on_08.gif" 
dqm__rollover_wh7 = "81,29"
dqm__url7 = "";

// Main Menu Item 8 - Career Center
dqm__rollover_image8 = "https://www.calodging.com/images/monster/nav3_on_09.gif"
dqm__rollover_wh8 = "53,29"
dqm__url8 = ""; // "/monster/";

// Main Menu Item 9 - Insurance Center
dqm__rollover_image9 = "https://www.calodging.com/images/monster/nav3_on_10.gif"
dqm__rollover_wh9 = "67,29"
dqm__url9 = "http://chla.nlinksuite.com/";
//dqm__url9 = "/insurance/";

// SUB MENU STRUCTURE AND TEXT

// Sub Menu 0
// dqm__sub_xy0 = "-48,29"
// dqm__sub_menu_width0 = 145
// dqm__subdesc0_0 = "" 
// dqm__icon_index0_0 = 0
// dqm__url0_0 = ""

// Sub Menu 1
dqm__sub_xy1 = "-59,29"
dqm__sub_menu_width1 = 150
dqm__subdesc1_0 = "Join CH&LA"
dqm__subdesc1_1 = "Mission & Overview"
dqm__subdesc1_2 = "Chairperson's Corner"
dqm__subdesc1_3 = "Message From<br />&nbsp; President & CEO"
dqm__subdesc1_4 = "Board of Directors"
dqm__subdesc1_5 = "CH&LA Committees"
dqm__subdesc1_6 = "CH&LA Staff"
dqm__subdesc1_7 = "Contact CH&LA"
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__url1_0 = "/membership/"
dqm__url1_1 = "/about/chla_mission.shtml"
dqm__url1_2 = "/about/chairpersons_corner.shtml"
dqm__url1_3 = "/about/msg_from_ceo.shtml"
dqm__url1_4 = "/about/chla_board.shtml"
dqm__url1_5 = "/about/chla_committees.shtml"
dqm__url1_6 = "/about/chla_staff.shtml"
dqm__url1_7 = "/contact/index.shtml"

// Sub Menu 2
dqm__sub_xy2 = "-86,29"
dqm__sub_menu_width2 = 130
dqm__subdesc2_0 = "Overview"
dqm__subdesc2_1 = "For Properties"
dqm__subdesc2_2 = "Allied Membership"
dqm__subdesc2_3 = "Student Membership"
dqm__subdesc2_4 = "CABBI Membership"
dqm__subdesc2_5 = "Testimonials"
dqm__icon_index2_0 = 0
dqm__icon_index2_1 = 0
dqm__icon_index2_2 = 0
dqm__icon_index2_3 = 0
dqm__icon_index2_4 = 0
dqm__icon_index2_5 = 0
dqm__url2_0 = "/membership/"
dqm__url2_1 = "/membership/property_membership.shtml"
dqm__url2_2 = "/membership/allied_membership.shtml"
dqm__url2_3 = "/membership/student_membership.shtml"
dqm__url2_4 = "/membership/cabbi_membership.shtml"
dqm__url2_5 = "/membership/testimonials.shtml"

// Sub Menu 3
// dqm__sub_xy3 = "-94,29"
// dqm__sub_menu_width3 = 145
// dqm__subdesc3_0 = ""
// dqm__icon_index3_0 = 0
// dqm__url3_0 = ""

// Sub Menu 4
dqm__sub_xy4 = "-114,29"
dqm__sub_menu_width4 = 172
dqm__subdesc4_0 = "Information Center"
dqm__subdesc4_1 = "Industry News"
dqm__subdesc4_2 = "CH&LA News"
dqm__subdesc4_3 = "Energy Efficiency Resources"
dqm__subdesc4_4 = "Media Resources"
dqm__icon_index4_0 = 0
dqm__icon_index4_1 = 0
dqm__icon_index4_2 = 0
dqm__icon_index4_3 = 0
dqm__icon_index4_4 = 0
dqm__url4_0 = "/news/info_center.shtml"
dqm__url4_1 = "/news/industry_news.shtml"
dqm__url4_2 = "/cgi-bin/newsitems.pl?dsp=list"
dqm__url4_3 = "/energy_efficiency/index.shtml"
dqm__url4_4 = "/news/media_resources.shtml"

// Sub Menu 5
dqm__sub_xy5 = "-160,29"
dqm__sub_menu_width5 = 160
dqm__subdesc5_0 = "Overview"
//dqm__subdesc5_1 = "Issues & Legislation"
//dqm__subdesc5_2 = "State<br />&nbsp; Officials & Agencies"
//dqm__subdesc5_3 = "Congressional<br />&nbsp; Delegation"
//dqm__subdesc5_4 = "Elected Officials"
dqm__subdesc5_5 = "CH&LA's Political Action<br />&nbsp; Committee - CHALPAC"
dqm__subdesc5_6 = "Issues PAC"
dqm__subdesc5_6 = "National Issues"
dqm__icon_index5_0 = 0
//dqm__icon_index5_1 = 0
//dqm__icon_index5_2 = 0
//dqm__icon_index5_3 = 0
//dqm__icon_index5_4 = 0
dqm__icon_index5_5 = 0
dqm__icon_index5_6 = 0
dqm__url5_0 = "/gov_affairs/index.shtml"
//dqm__url5_1 = "http://capwiz.com/calodging/issues/bills/?state=CA"
//dqm__url5_1 = "/gov_affairs/issues-legislation.shtml"
//dqm__url5_2 = "http://capwiz.com/calodging/state/main/?state=CA&view=myofficials"
//dqm__url5_3 = "http://capwiz.com/calodging/state/main/?state=CA&view=congress"
//dqm__url5_4 = ""
dqm__url5_5 = "/gov_affairs/chalpac.shtml"
dqm__url5_6 = ""

// Sub Menu 5_1
dqm__sub_xy5_4 = "-1,-1"
dqm__sub_menu_width5_4 = 100
dqm__subdesc5_4_0 = "State Officials"
dqm__subdesc5_4_1 = "Local Officials"
dqm__icon_index5_4_0 = 0
dqm__icon_index5_4_1 = 0
//dqm__2nd_icon_index5_4 = 0
dqm__url5_4_0 = "http://capwiz.com/calodging/state/main/?state=CA&view=stateofficials"
dqm__url5_4_1 = "http://capwiz.com/calodging/state/main/?state=CA&view=localofficials"

// Sub Menu 5_6
dqm__sub_xy5_6 = "-1,-1"
dqm__sub_menu_width5_6 = 130
dqm__subdesc5_6_0 = "AH&LA Advisories"
dqm__subdesc5_6_1 = "AH&LA Alerts"
//dqm__subdesc5_6_2 = "AH&LA Issue Briefs"
dqm__icon_index5_6_0 = 0
dqm__icon_index5_6_1 = 0
//dqm__icon_index5_6_2 = 0
//dqm__2nd_icon_index5_6 = 0
dqm__url5_6_0 = "/gov_affairs/advisories.shtml"
dqm__url5_6_1 = "/gov_affairs/alerts.shtml"
dqm__url5_6_2 = "/gov_affairs/issues.shtml"

// Sub Menu 6
dqm__sub_xy6 = "-185,29"
dqm__sub_menu_width6 = 185
//dqm__subdesc6_0 = "Las Vegas International<br />&nbsp; Hotel & Restaurant Show"

dqm__subdesc6_0 = "CABBI InnSpire Annual<br />&nbsp; Conference &amp; Trade Show"
dqm__subdesc6_1 = "Northern California <br />&nbsp; Hotel &amp; Lodging Conference"
dqm__subdesc6_2 = "Southern California <br />&nbsp; Hotel &amp; Lodging Conference"
dqm__subdesc6_3 = "CH&amp;LA Hall of Fame"
dqm__subdesc6_4 = "CH&amp;LA Annual Luncheon"
dqm__subdesc6_5 = "California Lodging Industry<br />&nbsp; Legislative Action Summit"
dqm__subdesc6_6 = "Stars of the Industry Awards"
dqm__subdesc6_7 = "CH&amp;LA Meetings &amp; Events"
dqm__subdesc6_8 = "Industry Events"
dqm__icon_index6_0 = 0
dqm__icon_index6_1 = 0
dqm__icon_index6_2 = 0
dqm__icon_index6_3 = 0
dqm__icon_index6_4 = 0
dqm__icon_index6_5 = 0
dqm__icon_index6_6 = 0
dqm__icon_index6_7 = 0
dqm__icon_index6_8 = 0
dqm__url6_0 = "http://www.cabbi.com/innspire"
dqm__url6_1 = "/events/norcal_conference.shtml"
dqm__url6_2 = "/events/socal_conference.shtml"
dqm__url6_3 = "/events/hall_of_fame.shtml"
dqm__url6_4 = "/events/annual_lunch.shtml"
dqm__url6_5 = "/events/calilas.shtml"
dqm__url6_6 = "/events/industry_stars_2011.shtml"
dqm__url6_7 = "/events/educational.shtml"
dqm__url6_8 = "/events/industry_events.shtml"



// Sub Menu 7
dqm__sub_xy7 = "-145,29"
dqm__sub_menu_width7 = 190
dqm__subdesc7_0 = "<i>Laws Pertaining to the<br />&nbsp; California Innkeeper</i>"
dqm__subdesc7_1 = "CH&LA Member<br />&nbsp; Programs &amp; Services"
dqm__subdesc7_2 = "AH&amp;LA Educational Institute<br />&nbsp; Hospitality Training Products"
dqm__subdesc7_3 = "Employer Poster"
dqm__subdesc7_4 = "List of CH&LA Members"
dqm__subdesc7_5 = "Proposition 65<br />&nbsp; Compliance Program"
dqm__subdesc7_6 = "We Welcome<br />&nbsp; Service Animals"
dqm__subdesc7_7 = "CH&LA Education<br />&nbsp; Foundation"
dqm__subdesc7_8 = "Publications"
dqm__icon_index7_0 = 0
dqm__icon_index7_1 = 0
dqm__icon_index7_2 = 0
dqm__icon_index7_3 = 0
dqm__icon_index7_4 = 0
dqm__icon_index7_5 = 0
dqm__icon_index7_6 = 0
dqm__icon_index7_7 = 0
dqm__icon_index7_8 = 0
dqm__url7_0 = "/products/innkeeper_laws.shtml"
dqm__url7_1 = "/products/programs_services.shtml"
dqm__url7_2 = "/products/ahla_products.shtml"
dqm__url7_3 = "/products/2012_employer_posters.shtml"
dqm__url7_4 = "/products/memberlist.shtml"
dqm__url7_5 = "/cgi-bin/prop65_check.pl"
dqm__url7_6 = "/products/service_animals.shtml"
dqm__url7_7 = "/events/scholarship.shtml"
dqm__url7_8 = "/cgi-bin/publications.pl"


// Sub Menu 8
dqm__sub_xy8 = "-220,29"
dqm__sub_menu_width8 = 220 //145
dqm__subdesc8_0 = "CH&LA Compensation Survey"
dqm__subdesc8_1 = "For Employers"
dqm__subdesc8_2 = "For Employees"
dqm__subdesc8_3 = "Lodging Industry <br />&nbsp; Job Descriptions"
dqm__subdesc8_4 = "AH&amp;LA Educational Institute<br />&nbsp; Hospitality Training Products"
dqm__subdesc8_5 = "Lodging Professional <br />&nbsp; Certification Program"
dqm__subdesc8_6 = "CH&LA Educational Events"
dqm__subdesc8_7 = "CH&LA Education Foundation <br />&nbsp; Scholarships"
dqm__subdesc8_8 = "Online HR Compliance Training"
dqm__subdesc8_9 = "AH&amp;LA Educational Institute<br />&nbsp;High School &amp; Workforce <br/>&nbsp;Development Programs"

dqm__icon_index8_0 = 0
dqm__icon_index8_1 = 0
dqm__icon_index8_2 = 0
dqm__icon_index8_3 = 0
dqm__icon_index8_4 = 0
dqm__icon_index8_5 = 0
dqm__icon_index8_6 = 0
dqm__icon_index8_7 = 0
dqm__icon_index8_8 = 0
dqm__icon_index8_9 = 0

dqm__url8_0 = "/careers/chla_compensation_survey.shtml"
dqm__url8_1 = "http://www.hcareers.com/cjb/sma/ca"
dqm__url8_2 = "#"
dqm__url8_3 = "/careers/job_descriptions.shtml"
dqm__url8_4 = "/products/ahla_products.shtml"
dqm__url8_5 = "/careers/certification_program.shtml"
dqm__url8_6 = "/events/educational.shtml"
dqm__url8_7 = "/events/scholarship.shtml"
dqm__url8_8 = "/careers/emtrain.shtml"
dqm__url8_9 = "#"

// Sub Menu 8_2
dqm__sub_xy8_2 = "-379,-1"
dqm__sub_menu_width8_2 = 160 //200
dqm__subdesc8_2_0 = "Find A Job"
dqm__subdesc8_2_1 = "Have Jobs Emailed To You"
dqm__subdesc8_2_2 = "Post Your Resume"
dqm__icon_index8_2_0 = 0
dqm__icon_index8_2_1 = 0
dqm__icon_index8_2_2 = 0
dqm__url8_2_0 = "http://www.hcareers.com/seeker/search/advanced"
dqm__url8_2_1 = "http://www.hcareers.com/seeker/content/seeker/detective/demo_US_en.html?baseuri=%2Fseeker%2Fdetective%2F"
dqm__url8_2_2 = "http://www.hcareers.com/seeker/content/seeker/resume/demo_US_en.html?baseuri=%2Fseeker%2Fresume%2F"

// Sub Menu 8_5
//dqm__sub_xy8_5 = "-419,-1"
//dqm__sub_menu_width8_5 = 200
//dqm__subdesc8_5_0 = "CH&amp;LA Education Foundation <br />&nbsp;Scholarships Overview"
//dqm__subdesc8_5_1 = "Kevin Johnson Memorial <br />&nbsp; Scholarship"
//dqm__subdesc8_5_2 = "Working Professional Scholarship"
//dqm__subdesc8_5_3 = "General Scholarship"
//dqm__subdesc8_5_4 = "Richard Schroeck Scholarship"
//dqm__icon_index8_5_0 = 0
//dqm__icon_index8_5_1 = 0
//dqm__icon_index8_5_2 = 0
//dqm__icon_index8_5_3 = 0
//dqm__icon_index8_5_4 = 0
//dqm__url8_5_0 = "/events/scholarship.shtml"
//dqm__url8_5_0 = "/products/chla_educational.shtml"
//dqm__url8_5_4 = "/products/pdf/JohnsonScholarshipApplication.pdf"
//dqm__url8_5_1 = "/products/pdf/WorkingProfessionalScholarshipApplication.pdf"
//dqm__url8_5_2 = "/products/pdf/GeneralScholarshipApplication.pdf"
//dqm__url8_5_3 = "/products/pdf/SchroeckScholarshipApplication.pdf"

// Sub Menu 8_6
dqm__sub_xy8_6 = "-419,-1"
dqm__sub_menu_width8_6 = 200
dqm__subdesc8_6_0 = "AH&amp;LEF Scholarship <br />&nbsp;Overview"
//dqm__subdesc8_6_1 = "AH&amp;LEF Student Awarded <br />&nbsp;Scholarship Programs"
//dqm__subdesc8_6_2 = "AH&amp;LEF School Awarded <br />&nbsp;Scholarship Programs"
dqm__icon_index8_6_0 = 0
//dqm__icon_index8_6_1 = 0
//dqm__icon_index8_6_2 = 0
dqm__url8_6_0 = "/careers/ahlefs.shtml#top"
//dqm__url8_6_1 = "/careers/ahlefs_student.shtml"
//dqm__url8_6_2 = "/careers/ahlefs_school.shtml"


// Sub Menu 8_9
dqm__sub_xy8_9 = "-419,-1"
dqm__sub_menu_width8_9 = 200
dqm__subdesc8_9_0 = "Lodging Management Program"
dqm__subdesc8_9_1 = "START Program"
dqm__icon_index8_9_0 = 0
dqm__icon_index8_9_1 = 0
dqm__url8_9_0 = "/ed_institute/lmp.shtml"
dqm__url8_9_1 = "/ed_institute/start.shtml"

