.nodeList .categoryStrip
{
background-image: url('path/to/left.gif'), url('path/to/center.gif'), url('path/to/right.gif') !important;
background-position: left, center, right !important;
background-repeat: no-repeat, no-repeat, no-repeat !important;
}