Hi kyle,
It seems that outerClass is not rendered correctly
I had to change in function buildMenu line 190
$phArray = array($output,$useClass);
to
$phArray = array($output,$useClass,$classNames);
to make outerClass replace the [+wf.classnames+] placeholder
:-)
good catch. I will get that added to the next release.