This works in IE9+ but it's not the shortest. @BoltClock's selector is the shortest solution for IE9+. I think this one is marginally easier to understand so I'll leave it as an alternative.
ul li:first-child a, ul li:nth-child(2) a
{
background: none repeat scroll 0 0 biege;
}