It may be too late for this, but i ran into this same problem and this is how i fixed it.
.ajax__calendar_months
{
visibility: hidden;
}
.ajax__calendar_years
{
visibility: hidden;
}
after adding this to my style sheet, the safari rendering problems went away on my windows box {Safari 3.0.3}
dont know if it works on mac yet.