.ddcolortabs{
padding: 0;
width: 100%;
height: 25px;
background: url(../img/bg.jpg);
vertical-align: middle;
}

.ddcolortabs ul{
font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
text-align: center;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0 0 0;
padding:0;
}


.ddcolortabs a{
float: left;
color: white;
margin:1px 0 0 0;
padding:5px 0 0 0;
height: 19px;
width: 100px;
text-decoration:none;
}

.ddcolortabs a:hover{
background: url(../img/hover.png);
text-decoration: underline;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background: url(../img/hover.png);
}

.tabcontainer{
clear: left;
width:100%;
height: 25px;
background: url(../img/bg2.jpg);
color: white;
}

.tabcontent{
display:none;
}

.tabcontent span{
font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
padding: 0 0 0 5px;
}

.tabcontent ul{
font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0 0 0 5px;
text-align: center;
list-style:none;
}

.tabcontent li{
display:inline;
margin: 0 0 0 0;
padding:0;
}


.tabcontent a, .tabcontent a:visited, .tabcontent a:link {
float: left;
color: white;
margin:1px 20px 0 0;
padding:5px 0 0 0;
height: 25px;
text-decoration:none;
}
.tabcontent a:hover {
text-decoration:underline;
}
