This is ok(without space):
li.highlight{ background:#FF9900 none repeat scroll 0 0; }
This will not work(with space):
l
Because space (in a selector) means descend down the DOM to find matching tags, so: