#drop-operations {
    float: right;
    font-family: verdana,helvetica,sans-serif;
    width: 140px;
}
#drop-operations h2 {
    background: no-repeat scroll 2px center #B0B0B0;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0.2em 0 0.2em 12px;
}
#drop-operations:hover h2 {
    background-image: none;
}
#drop-operations a:link, #drop-operations a:visited {
    color: #000000;
    display: block;
    padding: 0.1em 0.5em;
    text-decoration: none;
}
#drop-operations ul {
    background-color: #CCCCCC;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1em;
}
#drop-operations > ul {
    left: auto;
    top: auto;
}
#drop-operations ul li {
    background-color: #CCCCCC;
    border-bottom: 1px dotted #000000;
    border-right: 0 none transparent;
    color: #000000;
    float: none;
    margin: 0;
    padding: 0.1em 0;
    text-transform: none;
}
#drop-operations li a:hover {
    background-color: #EEEEEE;
}
div#drop-operations:hover ul, .over ul {
    display: block;
    width: 140px;
}
.datatable tr:hover td{
    background-color: #e4f1bc;
}
.file-download a {margin-left: 4px;}
.file-download a img {margin-left: 4px;}
