﻿
   .contextMenuItem
   {
        font-size: 8pt; 
        margin: 1px; 
        font-family: Tahoma, Arial, Sans-Serif; 
        border: gray 1px solid; 
        background-color: white; 
        width: 150px; 
        cursor: hand;
   }
   
   .contextMenuItem a
   {
        background-color: white;
        text-decoration:none;
        color:#000000;
   }
   .contextMenuItem div
   {
        width: 100%;
        left-margin: 15px;
        height: 18px;
   }
   .contextMenuItem a:hover
   {
        background-color: lightsteelblue;
        text-decoration:none;
        cursor: hand;
   }
   .contextMenuItem div:hover
    {
        background-color: lightsteelblue;
        text-decoration:none;
        cursor: hand;
   }
   .contextMenuDivider
   {
        border-top: gray 1px solid !important; 
        width: 100%; 
        background-color: white; 
        margin: 3px 0px 0px 0px !important;
   }
   .contextMenuShadow
   {
        font-size: 8pt; 
        margin: 1px; 
        font-family: Verdana, Arial, Sans-Serif; 
        background-color: darkgray; 
        position: absolute; 
        width: 150px; 
        left: 3px; 
        top: 3px; 
        border: lightgrey 1px solid; 
   }
