Проблема решилась:
$(fsb).hover(function(){
$(fsb).find("ul").hide();
clearTimeout(timer);
$(cnav).css("width", "561px");
$(this).find("ul").show();
}, function(){
timer = setTimeout(function () {
$(cnav).css("width", "303px");
$(this).find("ul").hide();
}, tp);
});
$(ssb).hover(function(){
$(ssb).find("ul").hide();
clearTimeout(timer);
$(cnav).css("width", "803px");
$(this).find("ul").show();
}, function(){
timer = setTimeout(function () {
$(cnav).css("width", "561px");
$(this).find("ul").hide();
}, tp);
});