1
Then don't specify background in the CSS.
If you mean semi-transparent, you can style the related element (UL, or LI) as:
{
filter:alpha(opacity=90);
opacity: 0.90;
}