#header {
  height: 93px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1px;
}

#countries ul.countries li {
  margin: 17px 20px;
  background: no-repeat left top;
  padding-left: 32px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
}
#countries ul.countries ul.languages {
  padding-left: 0;
}
#countries ul.countries ul.languages li {
  margin: 0;
  padding: 5px 0 0 12px;
  background: url(/images/bullets/arrow_right_red.gif) no-repeat left 8px;
  line-height: 13px;
}
#countries ul.countries ul.languages li a {
  font-weight: normal;
}
#countries .column {
  float: left;
  width: 271px;
}
#countries .right {
  top: 1px;
}
#countries .right .inner {
  min-height: 200px;
}
#countries .right li a {
  font-weight: bold;
  color: #333;
}

