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