Superfish dropdown -- too much space

Superfish dropdown -- too much space

Hi Folks,

The dropdown menu that displays when I hover over a link on the page I am building is approximately 10 pixels below the parent <li>. How can I raise it up so it is immediately below the parent element? I think I've edited every possible item in the superfish.css file to no avail.

  1.          <li>
  2.               <a href="#">Instructions</a>
  3.                             <ul>
  4.                                 <li >
  5.                                     <a href="#">Submissions</a>
  6.                                 </li>
  7.                                 <li>
  8.                                    <a href="#">More about Fonts</a>                                  
  9.                                 </li>
  10.                                 <li>
  11.                                     <a href="#">Upload Files</a>
  12.                                   
  13.                                 </li>
  14.                            </ul>
  15.                    </li>


Thanks