/************** CONTEXT MENU **************/
div.ContextMenuBox {
 position: absolute;
 z-index: 100001;
}

.ContextMenuList {
 list-style: none;
 padding: 1px;
 margin: 0px;
 background-color: #ffffff;
 border: 1px solid #999999;
}

.ContextMenuItem {
  margin: 0px;
  color: #000000;
  display: block;
  cursor: default;
  padding: 1px 5px 1px 0;
  background-color: transparent;
  white-space: nowrap;
}

.ContextMenuItemHover {
 background-position: left top;
 background-repeat: repeat-x;
 background-image: url(../../../../../img/cover/skin/default/default/marker.jpg);
 color:#FFFFFF;
}

div.ContextMenuShadow {
 background: #000000;
 position: absolute;
 opacity:0.2;
 filter: alpha(opacity=20);
 z-index:100000;
}

li.separator{
 height:1px;
 background: #dddddd;
 list-style:none outside;
 margin:1px 0px 1px 0px; 
 margin: expression( document.body.contentEditable=='inherit' ? '-10px 0px 0px 0px' : null );  /*IE FIX*/
}
