#header_links {
  margin: 9px 11px 0 0;
}
@media (max-width: 767px) {
  #header_links {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #666666;
    background: #fff;
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 479px) {
  #header_links {
    width: 130px;
  }
}
@media only screen and (max-width: 319px) {
  #header_links {
    width: 100px;
  }
}
#header_links li {
  background: url("../../../img/header_pipe.png") no-repeat scroll right 6px transparent;
  border-left: none !important;
  float: left;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #header_links li {
    width: 100%;
    float: none;
    border: none;
    padding: 3px 8px;
    background: none;
  }
}
#header_links li:first-child {
  border: none;
}
#header_links li a {
  color: white;
}
@media only screen and (max-width: 767px) {
  #header_links li a {
    color: #666666;
  }
}
#header_links li a:hover {
  color: #cc0000;
  text-decoration: none;
}
#header_links li.last {
  background: none;
  padding-right: 0;
}

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee;
}
#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px;
}
ul#footer_links li {
  display: inline;
  padding: 0 10px;
}

.header_permentlink {
  float: right;
  margin: 0 0;
}
@media (max-width: 767px) {
  .header_permentlink {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 48px;
    width: 25%;
    z-index: 8;
    margin: 0;
  }
}
.header_permentlink .tm_permenu_inner {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 767px) {
  .header_permentlink .tm_permenu_inner {
    display: block;
  }
}
.header_permentlink .tm_permenu_inner .headertoggle_img:before {
  content: "\f0c9";
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  color: white;
  position: relative;
  top: 11px;
  line-height: 17px;
}

.headertoggle_img {
  background: #666666;
}
@media (max-width: 767px) {
  .headertoggle_img {
    border-right: 1px solid #dfdfdf;
  }
}
