header.product_nav {
  color: white;
  background: #222;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background: -moz-linear-gradient(left top, left bottom, from(#333333), to(#222222));
  font-size: 1em; }
  header.product_nav .title {
    color: #eee;
    display: inline-block;
    font-size: 1.4em;
    padding: .4em 1em;
    padding-left: 45px;
    text-shadow: #999999 0 0 2em;
    letter-spacing: .07em; }
    header.product_nav .title a {
      color: #eeeeee;
      text-decoration: none;
      outline-style: none; }
      header.product_nav .title a:visited {
        color: #eeeeee; }
      header.product_nav .title a:focus {
        color: #eeeeee; }
      header.product_nav .title a:hover {
        color: #eeeeee; }
      header.product_nav .title a:active {
        color: #eeeeee; }
  header.product_nav .container {
    overflow: visible; }
  header.product_nav #logo {
    position: absolute;
    top: -1px; }
  header.product_nav ul {
    font-size: 1.2em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    display: inline;
    float: right; }
    header.product_nav ul {
      display: block; }
    header.product_nav ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      header.product_nav ul li.first {
        padding-left: 0px; }
      header.product_nav ul li.last {
        padding-right: 0px; }
    header.product_nav ul li {
      padding: 0; }
      header.product_nav ul li a {
        color: #ddd;
        display: block;
        padding: .55em 1em;
        outline-style: none;
        text-decoration: none; }
        header.product_nav ul li a:hover {
          background-color: inherit;
          border-radius: 0;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          color: #eee; }
        header.product_nav ul li a.current, header.product_nav ul li a:hover {
          text-shadow: #999999 0 0 25px; }
