.vs-context-menu_abc{
    display:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    width:150px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    font-size: 13px;
}

.vs-context-menu_abc ul{
       list-style: none;
        padding: 0;
        margin: 0;
}

.vs-context-menu_abc li{
    margin: 0px;
    padding: 3px;
}
.vs-context-menu_abc ul a{
        display: block;
        text-decoration: none;
        color: #000;
        background-repeat: no-repeat;
}

.vs-context-menu_abc ul li a:hover, .vs-context-menu_abc ul li a:focus {
color: red;
background-color: green;
}





.seprator{
    border-bottom: 1px solid  #DDDDDD;
}


.vs-context-menu_abe{
    display:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    width:150px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    font-size: 13px;
}

.vs-context-menu_abe ul{
       list-style: none;
        padding: 0;
        margin: 0;
}

.vs-context-menu_abe li{
    margin: 0px;
    padding: 3px;
}
.vs-context-menu_abe ul a{
        display: block;
        text-decoration: none;
        color: #000;
        background-repeat: no-repeat;
}

.vs-context-menu_abe ul li a:hover, .vs-context-menu_abe ul li a:focus {
color: red;
background-color: green;
}
