@charset "UTF-8";
@media all
{
  .hlist {
    /* float container IE */
    width: 100%;
    overflow: hidden;
    /* float container all other browsers */
    float: left;
    display: inline;
    /* bugfix: IE hmargincollaps */
    position:relative;
    background: #5c605f url("images/shiny_buttons/background.png") repeat-x center right;
    line-height: 0;
  }
  .hlist ul {
    /* bugfix: IE doubledfloatmargin */
    display: inline;
    float: left; /* LTR */
    /* left margin 1. button  */
    margin: 0 0 0 50px; /* LTR */
    padding: 0;
  }
  .hlist ul li {
    border-right: 1px #fff solid;
    /* bugfix: IE doubledfloatmargin */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .hlist ul li a:link,
  .hlist ul li a:visited,
  .hlist ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 3em 0.5em 3em;
    text-decoration: none;
    width: auto;
  }
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #c30000 url("images/shiny_buttons/background_active.png") repeat-x center right; color: #fff; text-decoration: none; }
  .hlist ul li.active {
    background: #c30000 url("images/shiny_buttons/background_active.png") repeat-x center right;
    border-right: 1px #fff solid;
  }
  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }
}

