/* IE6 li Hover */
* html .SEOMenuV2 li {behavior: expression(this.onmouseover=new Function("this.className+=' seomenuv2_hover'"),this.onmouseout=new Function("this.className = this.className.replace(' seomenuv2_hover','')"),this.style.behavior=null);}
