/* Top Menu */
/* Menu background color */
.navbar-inverse { 
  background-color: #3a5068  !important; 
  border-bottom: none !important;
}

/* Item color */
#menu-top li a { color: white; }

/* Active item */
.navbar-inverse .active a {
  background-color: #0078D7 !important;
  font-weight: bold;
}

/* Item hover */
.navbar-inverse a:hover { background-color: #0060AC !important; }