#Sites {
    position: absolute;
    right: 0;
    top: 0;
    width: 770px;
    z-index: 5500;
}
#Sites ul {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    color: #666666;
    float: right;
    font: 0.7em Arial,Helvetica,sans-serif;
    list-style-type: none;
    margin: 0 0 4px;
}
#Sites ul li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #B20000 -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    float: left;
    margin: 5px 0;
    padding: 0;
    white-space: nowrap;
}
#Sites ul li.last, #Sites ul li.Languages {
    border-right: medium none;
    margin-right: 8px;
}
#Sites ul li.Languages {
    background-image: url("/images/tile-lang-select-bg.gif");
    background-position: left top;
    background-repeat: repeat-x;
    border-left: 1px solid #CCCCCC;
    color: #333333;
    margin: 0;
    padding: 0;
    text-align: right;
}
#Sites ul li.Languages a:link, #Sites ul li.Languages a:visited, #Sites ul li.Languages a:hover, #Sites ul li.Languages a:active, #Sites ul li.Languages a:focus {
    background-image: url("/images/icon-lang-select-6.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: #333333;
    margin-right: 14px;
    padding: 5px 12px 6px;
}
#Sites li.Languages label {
    color: #999999;
    cursor: pointer;
}
#Sites ul li a:link, #Sites ul li a:visited, #Sites ul li a:active, #Sites ul li a:focus {
    color: #333333;
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 0 5px 1px;
    text-decoration: none;
}
#Sites ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
#Sites ul .Languages a:hover {
    text-decoration: none;
}
div.siteMapOtherLanguages {
    border: 1px solid #CCCCCC;
    float: right;
    margin-top: 15px;
    width: 184px;
}
.siteMapOtherLanguages ul {
    background-color: #E5E5E5;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
.siteMapOtherLanguages ul li {
    background-color: #FFFFFF;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.siteMapOtherLanguages ul li a {
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
}
.siteMapOtherLanguages ul li a:hover {
    background-color: #E5E5E5;
    border-bottom: 1px dotted #FFFFFF;
    color: #B20000;
    text-decoration: none;
}

