/* Generic context menu styles */
.contextMenu {
    position: absolute !important; display: none; 
    width: 190px;z-index: 99999;
    padding: 0px;margin: 0px;
}

#column-left .contextMenu {
    margin-left: 30px;
}

.contextMenu ul {
    border: solid 0px #0d7eba;
    background: #0d7eba;
    width: 190px;   
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
}

.contextMenu .upper {
    display: block;
    background-image: url(../images/popup.top.png);
    background-repeat: no-repeat;
    height: 4px;
}
.contextMenu .lower {
    display: block;
    background-image: url(../images/popup.bottom.png);
    background-repeat: no-repeat;
    height: 4px;
}

.contextMenu li {
    list-style: none !important;
    color:#ffffff;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 190px;   
}

.contextMenu a {
    color: #ffffff;
    font-size: 12px; 
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    outline: none;
    padding: 1px 5px;
    padding-right: 28px;
    text-align: right;
}

#column-left .contextMenu a {
    padding-right: 24px !important;
    padding: 0px; margin: 0px;
}

.contextMenu li.hover {
    list-style: none !important;
}

.contextMenu li.hover a {
    color: #ffffff;
    background-color: #3399FF;
}

.contextMenu li.disabled a {
    color: #AAA;
    cursor: default;
}

.contextMenu li.hover.disabled a {
    background-color: transparent;
}

.contextMenu li.separator {
    border-top: solid 1px #CCC;
}



