sibling direct selector

Here ist the "List Item 2":class="myClass"
The third element will be selected with the:

li.myClass + li {
	background: #e3e3e3;
}