We added the following code to the quick css, and it did indeed hide the small bar. However, an about equivalent amount of space appeared below the main menu. How can we hide the small bar without adding the space below the menu area?
#header_meta {
display:none;
}