Product Page Tab Color

How can i change the color of the description tab on product's detail page?

E.g. add the following code to the CSS section of the theme editor:

ul li#description {
    background: red;
}
ul li#description:hover {
    background: yellow;
}

thank you ecomlabs!