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