[jQuery] some help to modify a class plz

[jQuery] some help to modify a class plz


Hi,
i have this html:
<ul class="dropdown">
<li class="myaccount"><span>some text</span></li>
</ul>
and this code does not work:
$(".myaccount").hover(function() {
$("ul.dropdown li.myaccount_hover").removeClass
("myaccount_hover").addClass("myaccount");
});
how can i access to myaccount_hover class for work on it ? (here i
want to change the class)
thanks you veru much for your help !
Fredj from Paris