﻿/* Language */
.divLanguage {height:auto; font-size:11px; overflow:hidden; float:right;display:none; }
.divLangSpliter {color:#ffffff; float:right; overflow:hidden; padding:0px 5px;}

.hypLang,
.hypLang:link,
.hypLang:visited,
.hypLang:hover,
.hypLang:active{
    height:35px;
    width:35px;
    display:none;
    font-size:20px;
    background-color: #0c4c93;    
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    text-decoration:none; 
    color:#ffffff;
}


.hypEng {background:url('../img/usr/btn-flag-uk.gif') no-repeat;}
.hypChinese {background:url('../img/usr/btn-flag-china.gif') no-repeat;}
.hypMalay {background:url('../img/usr/btn-flag-china.gif') no-repeat;}

.hypLang.selected,
.hypLang.selected:link,
.hypLang.selected:visited,
.hypLang.selected:hover,
.hypLang.selected:active{
    display:block;
    text-decoration:none; color:#ffffff;
}