<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.SimpleContextMenu {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
  background: #eeeeee;
  z-index: 101;
}

ul.SimpleContextMenu li {
    border-bottom: 1px solid #000000;
}

ul.SimpleContextMenu li a, ul.SimpleContextMenu li span {
    display: block;
    /*width: 100px;*/
    padding: 2px 10px 3px 10px;
    text-decoration: none;
    color: #606060;
    background: #eeeeee;
}

ul.SimpleContextMenu li a:hover, ul.SimpleContextMenu li span:hover {
    text-decoration: none;
    color: #ffffff;
    background: #606060;
}
</pre></body></html>