Targeting specific numbered elements with CSS
/* Works in IE7+ */ ul li:first-child + li + li { }/* Targets the 3rd list item */