/* block top links */
ul#header_links {
  list-style-type: none;
  margin: 9px 9px 0 0;
  overflow: hidden;
  float: right; }
  ul#header_links li {
    text-transform: capitalize;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #cccccc; }
    ul#header_links li a {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font: 400 13px/18px "Roboto", sans-serif;
      text-decoration: none;
      color: #333333; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #ed425a; }

/*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; }
