#header_links {
  position:absolute;
  right:0;
  bottom:0;
}
#header_links li {
  float:left;
  margin:0 0 0 8px;
}
#header_links li i { display:none; }
#header_links a {
  background-color:#f8f8f8;
  background-image:-webkit-linear-gradient(top,#ffffff,#eeeeee);
  background-image:linear-gradient(to bottom,#ffffff,#eeeeee);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color:#000000;
  text-shadow:1px 1px 0 #ffffff;
  border:1px solid #dddddd;
  border-bottom:0;
  border-radius:2px 2px 0 0;
  display:block;
  padding:6px 10px;
}
#header_links a:hover, #header_links a:focus, #header_links a:active, #header_links a.selected {
  background-color:#83b902;
  background-image:-webkit-linear-gradient(top,#92cd03,#6e9b02);
  background-image:linear-gradient(to bottom,#92cd03,#6e9b02);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91cd02', endColorstr='#ff6e9b02', GradientType=0);
  color:#ffffff;
  text-shadow:1px 1px 0 #5c8202;
  border:1px solid #6e9b02;
  border-bottom:0;
  border-radius:2px 2px 0 0;
}
#permanent_links {
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  border-radius:2px;
  background:#ffffff;
  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;
}
