#header_links {
  float:left;
  margin-right:10px;
}
#header_links li {
  border-left:1px solid #c4c4c4;
  float:left;
  line-height:14px;
  padding:0 10px;
}
#header_links li i { display:none; }
#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:#f9ab02; }
#permanent_links {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  background:#f9f9f9;
  margin-bottom:10px;
  padding:5px 10px;
}
#permanent_links div { padding:2px 0; }
#permanent_links div:before {
  content:"\e679";
  font-family:'icomoon';
  font-weight:300;
  float:left;
  margin:-1px 5px 0 -2px;
}
