.context-menu {
    background-color: #FFF;
    border: 1px solid #999999;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.context-menu a {
    color: #333333;
    display: block;
    padding: 3px;
    text-decoration: none;
    font-weight:bold;
}
.context-menu a:hover {
    background-color: #364a81;
    color: white;
    text-decoration: none;
    font-weight:bold;
}