.nav li{
	background-image:expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
}

