#header_links {
  float:left;
  margin:0 10px 0 480px;
}
#header_links li {
  border-left:1px solid #555555;
  float:left;
  font-size:11px;
  text-transform:uppercase;
  line-height:10px;
  padding:0 10px;
}
#header_links li:first-child {
  border:0;
  padding:0 10px 0 0;
}
#header_links li:last-child { padding:0 0 0 10px; }
#header_links .selected { color:#dec082; }
#permanent_links {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0;
  border-radius:0;
  background:#111111;
  border:1px solid #202020;
  margin-bottom:10px;
  padding:5px 10px;
}
#permanent_links div {
  background:url(../../../img/icon/arrow.png) no-repeat left center;
  padding:2px 0 2px 15px;
}
