#contextMenu {
	position: absolute;
	visibility: hidden;
	width: 155px;
	background-color: black;
	layer-background-color: black;
	border: 2px outset darkgrey;
	left: 0;
	top: 0;
} 
.A:Menu { 
   color: black; 
   text-decoration: none; 
  cursor: default; 
   width: 110% 
  } 

 .A:MenuOn { 
   color: white; 
   text-decoration: none; 
   background-color: red; 
  cursor: default; 
   width: 110% 
  }