/* -------------------------------------------- */
div.jContextMenu {
    z-index : 10000;
    position: absolute;
    top     : 0px;
    left    : 0px;
    min-width   : 160px;
    border  : 1px solid #BCBCBC;
    background: #FFF;
}
div.jContextMenu>ul {
    padding: 0px;
    margin : 0px;
    list-style-type: none;
    border  : 1px solid #FFF;
}
div.jContextMenu>ul>li {
    padding: 2px 8px;
    margin : 0px;
    border-top: 1px solid #BCBCBC;
    background-position: 4px center;
    background-repeat: no-repeat;
    cursor : pointer;
}
div.jContextMenu>ul>li:first-child {
    border-top: none;
}
div.jContextMenu>ul>li.selected {
    background-color : #ffebaf;
}
/* -------------------------------------------- */