ok that makes a lot of sense now.
However, in trying to remove the double-spaced listing of the items, I cannot fine the code using Firebug to accomplish that.
I found the following code:
<li class="widget widget_search" id="search"><form action="http://www.mmti.org/podcasts/assessment/" id="searchform" method="get">
<label for="s" class="hidden">Search for:</label>
<div><input type="text" id="s" name="s" value=""/>
<input type="submit" value="Search" id="searchsubmit"/>
</div>
</form>
and tried adding each of these:
li."widget widget_search" ul li{
margin:0 !important;
}
li#"search" ul li{
margin:0 !important;
}
li#"searchform" ul li{
margin:0 !important;
}
I also tried it without the quotations, to no avail.