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

