.wsu-anchor-menu li:hover {
	background-color: #e5e5e5;
	border-left: 5px solid #999;
}

.wsu-anchor-menu {
	background-color: #fff;
	position: fixed;
	z-index: 1;
	align-items: left;
	font-weight: 600;
	list-style: none;
}

.wsu-anchor-menu li {
	list-style: none;
}

.wsu-anchor-menu a {
	text-decoration: none;
	font-weight: 600;
	color: #000000;
}

.activeNav {
	border-left: 5px solid #ca1237 !important;
}

.Crimson-att {
	color: #CA1237;
}

.no-bullet {
	list-style: none;
}

.irm-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.irm-menu a {
	text-decoration: none;
	font-weight: 600;
	color: black;
}

.irm-menu li {
	width: 350px;
	padding: 10px;
}

.irm-menu li:hover {
	background-color: #e5e5e5;
	border-left: 5px solid #999;
}