jQuery('li').bind('mouseover',function(){
// code for mouser over
}).bind('mouseout',function (){
// code for mouse out
});
whatever i understood from your question(which is unclear), this is my solution.
Praveen Prasad
2010-09-28 14:11:29