/*////////////////////
//ContextMenu
///////////////////*/
div.contextmenu {
  position: absolute;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  z-index: 5;
  border: 1px solid #ffffff;
}

div.cm_entry { position: relative; padding-top: 1px;  height: 16px; overflow: hidden; font-size: 10pt; cursor: pointer; border: 1px solid #ffffff; background-color: #0125c3; padding-left: 10px; }
div.cm_entry_hover { background-color: #0125c3; color: #DDDDDD; }
.cmenu_arrow { 
position: absolute; right: 6px; top: 6px; width: 6px; height: 6px; background-image:url('../images/menu_arrow.png'); }




