.languages_block{
float: left;
top: -45px;
position: absolute;
z-index: 99;
width: 30px;
background: white;
border-top: none;
border-bottom: none;
text-align: center;
line-height: 30px;
}
.PC_selected_lang {border-left: 1px solid #d2d2d2;}
.PC_selected_lang img {margin-top: -2px;}
.PC_selection_lang{display:none;border: 1px solid #d2d2d2;border-top: none;}
.PC_selection_lang a {width: 28px;line-height: 30px;display: block;}
.PC_selection_lang a:hover {background: #f6f6f6;}
.languages_block:hover .PC_selection_lang{display:block;}
