 #utility-bar .nav-tool h2 a, #utility-bar .nav-tool h2 a:visited, #utility-bar .nav-tool h2 a:link  {
    color: #444 !important;
    font-size: 10px !important;
  }
  
  #utility-bar .hover h2 a, #utility-bar .nav-tool h2 a:focus, #utility-bar .nav-tool h2 a:hover, #utility-bar .nav-tool h2 a:active {  
    color: #2F6FA9 !important;
    font-size: 10px !important;
  }


/*.nav-tool .nav-window .col_3 {
width: 484px;
margin-top: 8px;
outline: 1px solid #f3f3f3;
border: 2px white solid;
*/


#language_table_wrapper{
    padding-top: 8px;
}

#language_table{
    color: #515151;
    font-size: 11px;
    font-family: Arial;
    width: 82px;
    border: 1px solid #e2e2e2;
    background-color: white;
    margin-left: 8px;
    /*margin-top: 8px;*/
}

#language_table tr{
    height: 30px;
}

#language_table td{
    padding-left: 15px;
}

#language_table a{
    text-decoration: none;
    color: #515151;
}

#language_table a:hover{
    color : #2f5fa9;
}

#chinese{
    background: url("/adaptivedesktop/ContentTemplates/common/images/global/header/chinese_characters.gif") 0 -41px no-repeat;
    height: 14px;
    width: 44px;
}

#chinese:hover{
    background: url("/adaptivedesktop/ContentTemplates/common/images/global/header/chinese_characters.gif") 0 -75px no-repeat; 
}