Thanks for the reply, Igor.
I went into the "Custom CSS" area and tried to change the font size of the menu, but it didn't work. Any idea why? I added the "font-size

x-small" in all 3 locations below. Here's the code:
/**
* Top menu main block styling
*/
.navbar-inverse {
background-color: #44596f;
border-color: #44596f;
font-size

x-small;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #44596f;
font-size

x-small;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #44596f;
font-size

x-small;
}
/**