#currencies-block-top {position:absolute; z-index:102; margin-right: 65px;}
#currencies-block-top span.firstWord {display: none;}
#currencies-block-top div.current {cursor:pointer;width:70px;text-align:center;background:#fff;box-shadow:none;padding:6px 10px;border:1px solid rgba(0,0,0,0.2)}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #777;
  margin-left: 5px;
}
#currencies-block-top ul {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  width: 70px;
  border: 1px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.1);
}
#currencies-block-top ul li a,
#currencies-block-top ul li span{
  display:block;
  padding:6px 10px;
}
.cur_sig{text-transform:uppercase}
.currli{position:relative}
.currli .cur_sig:after{position:absolute;content:'';right:7px;top:7px;width:16px;height:11px}
.currli.cur1 .cur_sig:after{background:url(../../../img/icon/ua.png) transparent no-repeat}
.currli.cur3 .cur_sig:after{background:url(../../../img/icon/us.png) transparent no-repeat}
#currencies-block-top ul li.selected span{text-shadow:0 2px 4px rgba(0,0,0,0.2)}
#currencies-block-top ul li a:hover {background:#eee; text-decoration: none;}
#currencies-block-top ul li.selected span {}