#currencies-block-top {
  float: right;
  position: relative; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
	font-size: 11px;
    color: #999;
    cursor: pointer;
    line-height: 40px; 
	padding: 0 8px;}
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 11px;
      line-height: 40px;
	  padding-left: 3px;
      color: #999;}
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 40px;
	outline: 1px solid #eee;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2; }
    #currencies-block-top ul li {
      color: #999;
      line-height: 40px;
      font-size: 13px; 
	  border-bottom: 1px solid #eee;}
    #currencies-block-top ul li:last-child{
	  border-bottom: 0;}
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        text-align: center;
        display: block;
        color: #999; }
      #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
        background: #313848; 
		color: #fff;}
