#plan {
	background-color: coral;
}

li> a:hover:not(#planlink) {
	color: yellow;
	background-color: blue;
}