Hi,
Do you want to pull the image to fill the area of the menuitem?
You can try to use the filter to stretch the image, for example:
.staticMenuItem
{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='../image/button-search.gif',sizingMethod='scale');
}