li.activemenu-processed {
cursor: pointer;
cursor: hand; <-- this causes the css to not validate. Easy to fix by simply removing the style; pointer is good enough.
}