#primaryHeader {
    height: 98px;
    margin: auto;
    padding: 0 37px 0 9px;
    text-align: left;
    background-color: #ffffff;
}

#logo {
    float: right;
    margin-top: 27px;
}

#topNavItems {
    float: left;
    margin-top: 40px;
    z-index: 900;
}

#topNavItems #greetingMessage {
    position: absolute;
    left: 9px;
    top: 24px;
}

#topNavItems ul {
    list-style: none;
    float: left;
}

#topNavItems ul li {
    display: inline;
    margin-right: 16px;
}

#topNavItems a, #topNavItems a:link, #topNavItems a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}

/* language selector */
#languageSelector {
    float: left;
    width: 89px;
    height: 24px;
    display: block;
    margin: 33px 0 0 -12px;
    z-index: 5;
    background: transparent url( /alofthotels/images/langTopBgOff.gif ) no-repeat left top;
}

#languageSelector .dhtmlSelectTrigger {
    cursor: pointer;
    display: block;
    margin: 7px 0 0;
    padding: 0 26px 3px 0;
    text-align: right;
    text-decoration: none;
}

#languageSelector ul {
    background: transparent url( /alofthotels/images/langBottomBg.png ) no-repeat left bottom;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    display: none;
}

*html #languageSelector ul{
   background: transparent url( /alofthotels/images/langBottomBgIE.gif ) no-repeat left bottom;
   padding: 2px,15px,2px,2px;
}

#languageSelector ul li {
    margin: 0;
}

#languageSelector.show {
    background: transparent url( /alofthotels/images/langTopBgOn.png ) no-repeat left top;
}

*html #languageSelector.show{
    background: transparent url( /alofthotels/images/langTopBgOnIE.gif ) no-repeat left top;
}

#languageSelector.show ul {
    min-height: 122px;
    display: block;
    z-index: 999;
}

#languageSelector a, #languageSelector a:link, #languageSelectort a:visited {
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 73px;
    padding: 1px 0 1px 12px;
    color: #ee4d9b;
}

#languageSelector a:hover {
    color: #666666;
    background-color: #cccccc;
}

#primaryNavigation {
    clear: left;
    text-align: left;
    margin: auto;
    font-weight: bold;
    color: #ee4d9b;
}

#primaryNavigation ul {
    list-style: none;
}

#primaryNavigation ul li {
    display: inline;
    margin-right: 16px;
    font-size: 16px;
}

#primaryNavigation a:link, #primaryNavigation a:visited {
    text-decoration: none;
    color: #666666;
}

#primaryNavigation a:hover, #primaryNavigation a:active {
    color: #ee4d9b;
}

#primaryNavigation .selected a:link, #primaryNavigation .selected a:visited, #primaryNavigation .selected a:hover, #primaryNavigation .selected a:active {
    color: #EE4D9B;
}