.top_bar .menu_1 li a.icon_line:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_line.png") no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 3px;
}

.top_bar .menu_1 li a.icon_line:hover:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_line_hover.png") no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 3px;
}
/*# sourceMappingURL=newLayout.css.map */