Cufon Nested Hover Problem
问题 When using multiple lists and hover states the 'parent' Cufon style replaces the child. In the following example, when you hover the Second Level link it will be replaced by a different weight. Is there an option I can set so that the nested style stays the same or is this a bug/limitation within Cufon? <ul> <li><a href="#">Top Level</a></li> <li><a href="#">Top Level</a></li> <li><a href="#">Top Level</a><ul> <li><a href="#">Second Level</a></li> <li><a href="#">Second Level</a></li> <li><a