 li:hover, a:hover {
     background-color: rgb(45, 56, 66) !important;
}

a.link{
    color: black;
}

a.link:hover{
    background-color: transparent !important;
    color: black;
    text-decoration: none;
}

#includedMenuContent{
	  position: sticky;
	  top: 0;
	  left: 0;
	  right: 0;
	  width: 100%;
	  z-index: 1030;
	  /* ensure header backgrounds are opaque to avoid showing page behind */
	  background: #fff; /* change as needed or remove if header provides its own background */
	  -webkit-backdrop-filter: none;
	  backdrop-filter: none;
	}