Hi Jeanne,
> I want the topnav and bottomnav DIVs to meet in the middle so that there
> isn't any dark-blue space in between. Is this possible with the method
> I'm using?
you can throw this line in your css.
#topnav p{
margin-bottom:0px;
}
the margins for the p tag in your css is causing the dark-blue space.
:)
hope it helps.
best regards