.rightMenu {
    list-style: none;
    display: none;
    font-family: microsoft yahei;
    width: 200px;
    border: 1px solid #bababa;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    padding: 2px 0 2px 0px;
    box-shadow: 1px 1px 2px #999;
}
.rightMenu li a {
    color: #111;
    text-decoration: none;
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: .8em;
    padding: 0 1.5em; 
}
.rightMenu li a small {
    color: #a6a6a6;
    font-size: .9em;
    float: right;
    line-height: 23px;
}
.rightMenu li:hover a,
.rightMenu li:hover a small {
    color: #fff;
    background: #4281f4;
}
.rightMenu .hr {
    height: 1px;
    background: #e9e9e9;
    margin: 3px 0 3px 0;
}