.ddcolortabs{
    position:absolute; top:125px; left:100px;
    padding: 0;
    width: 815px;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.ddcolortabs ul{
    font: normal 16px Georgia, Verdana, Arial;
    font-weight:bold;
    margin:0;
    padding:0;
    list-style:none;
}

.ddcolortabs li{
    display:inline;
    margin:0 0 0 0;
    padding:0;
}


.ddcolortabs a{
    float:left;
    color: white;
    background: #925A5D;
    border-bottom: 1px solid #FFFF99;
    border-left: 1px solid #FFFF99;
    border-right: 1px solid #FFFF99;
    border-top: 1px solid #FFFF99;
    margin:0 1px 0 1px;
    padding:0 3px 1px 3px;
    text-decoration:none;
    letter-spacing: 1px;
}

.ddcolortabs a span{
    float:left;
    display:block;
    padding: 10px 20px 10px 20px;
}

.ddcolortabs a span{
    float:none;
}

.ddcolortabs a:hover{
    background-color: #59000C;
    color: #FFFF99;
}

.ddcolortabs a:hover span{
    background-color: #59000C;
    color: #FFFF99;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
    background-color: #663F41;
}

.bottom_ddcolortabsline{
    position:absolute; top:155px; left:100px;
    clear: both;
    padding: 0;
    width: 800px;
    height: 8px;
    line-height: 8px;
    background: #925A5D;
    border-top: 1px solid #FFFF99; /*Remove this to remove border between bar and tabs*/
}

.top_ddcolortabsline{
    position:absolute; top:120px; left:100px;
    clear: both;
    padding: 0;
    width: 800px;
    height: 8px;
    line-height: 8px;
    background: #925A5D;
    border-bottom: 1px solid #FFFF99; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
    clear: left;
}

.tabcontent{
    display:none;
}