/* block top links */
ul#header_links {
  list-style-type: none;
  float: left;
  margin: 0; }
  @media (max-width: 767px) {
    ul#header_links {
      display: none; } }

#header_links li {
  float: left; }
  #header_links li:hover {
    background: #333; }
  #header_links li a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    line-height: 19px;
    color: #fff;
    display: inline-block;
    padding: 13px 18px 18px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }

#header_links li:first-child {
  border-left: 1px solid #767676; }

#header_links li {
  border-right: 1px solid #767676; }

/*#header_links a:hover {
	background: #333;
}*/
/*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_link_bookmark {
  display: none; }
