#container { width: 750px; }
#ddcolortabs a {
color: white;
background: #afada1 url(../images/color_tabs_left.gif) no-repeat left top;
}
#ddcolortabs a:hover{
background-color: #19488d;
color: white;
}
#ddcolortabs a:hover span{
background-color: #19488d;
color: white;
}
#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #19488d;
color: white;
}
#ddcolortabsline{
background: #19488d;
border-top: 0px;
}
