
#menucountrybar {
  width: 650px;
  float: right;
  clear: none;
  margin-top: 9px; 
}


#countryBox {
    width: 250px;
    text-align: right;
    float: right;
    /*border: 1px solid #FFFFFF;*/
}

#countryFlag {
    position: relative;
    float: left;
    margin-top: 1px;
    margin-left: 9px;
}



#country_select {
  color: #ccc;
  border: 1px solid #ccc;
  background-color: transparent;
  width: 150px;
  font-size: 11px;
}

#country_select option {
  color: #ccc;
  background-color: #31363E;
}
