#contextMenu {position: absolute; visibility: hidden; width: 120px;background-color: #0000FF; 
layer-background-color: red; border: 7px outset #FFFF00; 
} 
A.Menu { 
   color: #FFFF00; 
   text-decoration: none; 
cursor: default; 
   width: 100% 
} 
 A.MenuOn { 
   color: red; 
   text-decoration: none; 
   background-color: #FFFF00; 
cursor: hand; 
   width: 100% 
} 
