I have four li's and I want to style the 4th li not to have the background image. How do I accomplish this without having to insert a spam tag?
#get-help ul.help-menu li {
color: #656565;
background:url("/ContentTemplates/assets/images/backgrounds/nav-brdr.png")
no-repeat scroll 50% 100% transparent;
width: 226px;
text-indent: 10px;
}