.top-menu {
  height: 100%;
  float: right;
}
.top-menu ul {
  float: right;
}
.top-menu li:first-child {
  background: url("../images/map-marker.jpg") no-repeat left 27px;
  padding-left: 15px;
}
.top-menu li {
  float: left;
  list-style: none;
  height: 65px;
}
.top-menu li a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 0 5px;
  margin-top: 30px;
  color: #717171;
  border-right: 1px solid #717171;
  line-height: 10px;
}
.top-menu ul li a:hover, .top-menu ul li a.active {
  color: #fff;
}