<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu {
	margin-bottom:90px;
}

#menu a {
	display:inline-block;
	margin:40px;
	width:70px;
	height:16px;
	margin-bottom:10px;

}
#menu span {
	display:inline-block;
    position:absolute;
    right:0;
	width:70px;
	height:16px;
	border:none;
	background-color:#ccc;
	margin-bottom:10px;
}

#menu a:hover span {
	background-color: #000000;
	border:none;
}

#menu a:hover {
	display:inline-block;
    position:static;
    margin-left:0;
	width:70px;
	height:16px;
	background-color:#000000;

}</pre></body></html>