$("div.webhosting_product a.link").hover(function(e){
	$("ul",$(this).parent()).css("background-image", "url(img/product_webhosting_hover.png)");
},
function(e) {
	$("ul",$(this).parent()).css("background-image", "url(img/product_webhosting.png)");
});
