  /*Place the CSS Content*/
.jet-menu .red-menu-link > a,
.jet-menu .red-menu-link .jet-menu-item-wrapper,
.jet-menu .red-menu-link .jet-menu-title {
  background-color: #cc0000 !important;
  color: #ffffff !important;
}

.jet-menu .red-menu-link a {
  color: #ffffff !important;
}

.jet-menu .red-menu-link:hover > a,
.jet-menu .red-menu-link:hover .jet-menu-item-wrapper {
  background-color: #990000 !important;
  color: #ffffff !important;
}