Thanks. Does this look right to you?
$(document).ready(function () {
$('.menu-item').hover(function () {
$( '.appendLink' ).removeClass( 'rm-append-inactive' ).addClass( 'rm-append-active' );
$( 'ul.sub-menu' ).removeAttr( 'style' );
});
});
Thanks
The site im working on is http://code-media.com/projects/vin/#
Thanks again