.dropdown-menu {
			background-color: lightgray;
			border: transparent;
			
		}
		.dropdown-menu a:hover {
        color: black; /* Change the background color on hover if desired */
		background-color: lightgray;
    }
	.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}