#countrySelect {
    position:absolute;
    width:20px;
    height:13px;
    right: 10px;
    top:-1px;
    z-index:100;
}
#countrySelect span {
    text-indent:-9999px;
    overflow:hidden;
    cursor:pointer;
    z-index:1;
}
#countrySelect ul {
    position:absolute;
    display:none;
    background: url('../images/dropdown_background.png') no-repeat scroll top left;
    width: 111px;
    height: 50px;
    left:-65px;
    top:12px;
    list-style:none;
    padding:20px;
}
#countrySelect:hover ul {
    display:block;
}
#countrySelect strong {
    margin-bottom:7px;
    display:block;
}
#countrySelect ul li {
    border:none;
} 
#countrySelect li a {
    margin:0 0 3px 0;
    line-height:14px;
    padding-left:30px;
    width:auto;
    font-size:9px;
}
#countrySelect li a:hover {
    text-decoration:none;
}
#countrySelect a.current {
    font-weight:bold;
}
.usa {
    background: url('../images/dropdown_flag_US.png') no-repeat scroll top left;
    width: 20px;
    height: 13px;
    display:block;
}
.canada {
    background: url('../images/dropdown_flag_CAN.png') no-repeat scroll top left;
    width: 20px;
    height: 13px;
    display:block;
}