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

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
height: expression(this.scrollHeight>199?"200px":"auto"); /*setup max height for IE6*/
}