#header_links {
  list-style-type: none;
  float: right;
}
@media (max-width: 767px) {
  #header_links {
    width: 100%;
    padding: 0;
    display: none;
    text-align: left;
    position: absolute;
    right: 0;
    width: 100%;
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EDEDED;
    z-index: 99;
  }
}
@media (max-width: 479px) {
  #header_links {
    width: 140px !important;
  }
}
#header_links li {
  float: left;
  padding: 0px 8px;
  border-left: 1px solid #333;
  text-align: left;
}
@media (max-width: 767px) {
  #header_links li {
    width: 100%;
    background: none;
    padding: 3px 8px;
  }
}
#header_links li:first-child {
  background: none;
}
#header_links li a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #555555;
  text-transform: capitalize;
}
#header_links li a:hover {
  text-decoration: none;
  color: #cf0202;
}

/*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;
}
@media (max-width: 767px) {
  .header_permentlink #header_links > li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header_permentlink {
    left: 50%;
    text-align: center;
    width: 25%;
    border-right: 1px solid #fff;
    z-index: 95;
    position: absolute;
    background: #e1e1e1;
  }
}
.header_permentlink .home {
  background: url("../../../img/sprite.png") no-repeat scroll 0 0 transparent;
  padding-right: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .header_permentlink .home {
    display: none;
  }
}
.header_permentlink .tm_permenu_inner {
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .header_permentlink .tm_permenu_inner {
    display: block;
  }
}
.header_permentlink .tm_permenu_inner .headertoggle_img:before {
  content: "\f039";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #888888;
  position: relative;
  top: 10px;
  line-height: 21px;
}
@media (max-width: 479px) {
  .header_permentlink .tm_permenu_inner .headertoggle_img:before {
    line-height: 19px;
  }
}
