#quickLinksContainer {
    height: 41px;
    width: 630px;
    float: right;
    background: transparent url( /pro/images/quickLinksBg.gif ) no-repeat right top;
    font-weight: bold;
}

#quickLinksContainer a {
    color: #ffffff;
    text-decoration: none;
}

#quickLinksContainer #reservation {
    float: right;
    padding: 0 20px 0 0;
    margin: 15px 0 0 0;
    
}

#starwoodProImg {
    height: 41px;
}

/* language selector */
#languageSelector {
    position: relative;
    width: auto;
    float: right;
    margin: 15px 7px 0 0;
    color: #ffffff;
    z-index:5;
}

*html #languageSelector {
   margin: 15px 4px 0 0;
}

#languageSelector .dhtmlSelectTrigger {
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding-right: 18px;
    background: transparent url(/pro/images/arrow.gif ) no-repeat right center;
}

#languageSelector ul {
    background-color: #ffffff;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    display: none;
}

#languageSelector ul li {
    margin: 0;
    border-top: 0;
    list-style: none;
    padding: 0;
}

#languageSelector.show ul {
    display: block;
    margin-left: -4px;
    border: 1px solid #e7e7dc;
}

#languageSelector a, #languageSelector a:link, #languageSelectort a:visited {
    font-weight: normal;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    width: 64px;
    padding: 1px 3px;
    color: #5c5d51;
}

#languageSelector a:hover {
    color: #ffffff;
    background-color: #f09e3a;
}

#needHelp {
    z-index:5;
    position: relative;
    width: auto;
    float: right;
    margin: 15px 0 0 0;
    color: #ffffff;
}

#needHelp .dhtmlSelectTrigger {
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding-right: 18px;
    background: transparent url(/pro/images/downArrowTiny.gif ) no-repeat right center;
}

#needHelp ul {
    background-color: #ffffff;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    display: none;
}

#needHelp ul li {
    margin: 0;
}

#needHelp.show ul {
    display: block;
    margin-left: -50px;
    border: 1px solid #e7e7dc;
}

#needHelp a, #needHelp a:link, #needHelp a:visited {
    font-weight: normal;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    width: 153px;
    padding: 1px 3px;
    color: #5c5d51;
}

#needHelp a:hover {
    color: #ffffff;
    background-color: #f09e3a;
}


#quickLinks{
    z-index:5;
    position: relative;
}

#quickLinks .dhtmlSelectTrigger {
    height: 41px;
    width: 193px;
    cursor: pointer;
    display: block;
}

#quickLinks ul {
    background-color: #ffffff;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    display: none;
}

#quickLinks ul li {
    margin: 0;
}

/*#quickLinks .backgroundIframe {*/
    /*z-index: 1;*/
    /*position: absolute;*/
    /*top: 18px;*/
    /*left: 0;*/
    /*display: none;*/
/*}*/

#quickLinks.show ul {
    display: block;
    border: 1px solid #e7e7dc;
}

#quickLinks a, #quickLinks a:link, #quickLinks a:visited {
    font-weight: normal;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    width: 181px;
    padding: 1px 3px;
    color: #5c5d51;
}

#quickLinks a:hover {
    color: #ffffff;
    background-color: #f09e3a;
}













