.ddcolortabs{
width: 100%;

voice-family: inherit;
}

.ddcolortabs ul{

margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: white;
margin:0 1px 0 0;
padding:0 0 1px 0px;
text-decoration:none;
letter-spacing: 0px;
}

.ddcolortabs a span{
float:center;
display:block;
background: transparent url(../sonyorumlar.gif) no-repeat right top;
padding: 7px 8px 6px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #cc0000;
}

.ddcolortabs a:hover span{
background-color: #cc0000;}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #cc0000;}

.ddcolortabsline{
clear: both;
padding: 0;
width: 99%;
height: 6px;
line-height: 4px;
background-color: #cc0000;}
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}