.container {margin:7px 5px 0;}
ul.tabs {
    margin: 0;
    padding: 0 0 1px 0;
    float: left;
    height:22px;
    background: url('/img/chead.gif') repeat-x;
    border-bottom:1px solid #031851;
    width: 100%;
}
ul.tabs li {
    float:left;
    margin:0;
    padding:3px 27px 0 27px;
    height:19px;
    line-height:22px;
    margin-bottom: -1px;
    margin-right: 2px;
    background: #fb8404;
    font: bold normal 13px tahoma;
    color:#ffffff;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    outline: none;
}
ul.tabs li a:hover {
    text-decoration:underline;
}
html ul.tabs li.active {
    background: transparent;
    border-bottom: 1px solid #fff;
}
html ul.tabs li.active a{
    text-decoration: none;
    color: #000;
}
html ul.tabs li.active a:hover  {
    text-decoration:underline;
}
.tab_container {
    clear: both;
    float: left;
    width: 100%;
}
.tab_content {
    padding: 10px;
}