#nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: block;
    position: relative;
    z-index: 500;
}
#nav li a {
    color: #6F0000;
    display: block;
    font-weight: 700;
    height: 20px;
    padding-top: 7px;
    text-align: left;
    text-decoration: none;
}
#nav a.selected {
    color: #6F0000;
}
#nav ul {
    display: none;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 160px;
}
* + html #nav ul {
    right: 10px;
    top: 25px;
    width: 160px;
}
#nav ul li {
    margin: 0;
    padding: 0;
    width: 160px;
}
#nav ul a {
    border-color: #B70002;
    border-style: solid;
    border-width: 1px;
    float: right;
    padding-left: 35px;
    width: 125px;
}
#nav ul a:hover {
    background-color: #F5EFE7;
    text-decoration: none !important;
}
#usa {
    background: url("/img5/en-us2.gif") no-repeat scroll 5px center #FFFFFF;
}
#uk {
    background: url("/img5/en-gb2.gif") no-repeat scroll 5px center #FFFFFF;
}
#aus {
    background: url("/img5/en-au2.gif") no-repeat scroll 5px center #FFFFFF;
}
#other {
    background: url("/img5/en-gb2.gif") no-repeat scroll 5px center #FFFFFF;
}
#xx {
    float: right;
}
