#header
  {
    background:#fff url(images/bg-body.gif) repeat-x;
    height: 45px;
    min-height: 45px;
  }

#header ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;

    height: 30px;
    border-top: 4px solid #EB4C07;
    background-color: #404040;
    width: 100%;
    padding-top: 10px;
  }

#header ul a {
padding: 3px 7px;
color: #dedede;
}

#header ul a:focus,
#header ul a:active,
#header ul a:hover {
color: #ffffff;
background-color: #5a5a5a;
outline: none;
}


#header ul li {
                    float: left;

                    display: inline;
          }

#header ul a {
                margin: 0 16px 0 17px;
          }




hr
  {
  border: 0;
  color: #eb4c07;
  background-color: #eb4c07;
  height: 3px;
}

