Slide effect enlarge border size problem

Slide effect enlarge border size problem

I am trying to use jQuery to produce a dropdown menu. When mouse over the box, the inner div will slide down using jQuery slide(). However, I found that, when the div is sliding down, the box will become bigger than the original size a little while, then will finally restore to the original size. This is not happened in fadeIn() and fadeOut().

Is there any way to solve it?

This is the sample. (Please refer to the second one, the first one is using jQuery UI).