$(function(){  
    $('.ustmenutek').mouseover(function(){   
        $(this).css("background-image", "url(menuhover.png)");  
    })
});

