Here is a tree structure that I am working with - http://jsfiddle.net/anirbankundu/wzEBW/
This tree may contain any number of nodes. The requirement is that when a user hovers over a single node, the background color of the node should change. This can be achieved by adding a hover class to the li element. Only one node should be highlighted at a time. The styling involves adding the subsequent children of the li element (Refer to the fiddle link provided).
Can anyone provide assistance with this?