div.rightNav {
    padding: 18px;
    border-top: 0px solid #727272;
    border-bottom: 0px solid #727272;
    margin-top:10px;
    margin-bottom: 10px;
    background-color: #eeeeee;
}

ul.nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li.nav {
    clear: both;
    height: 62px;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

    li.nav:hover {
        background-color: #999;
        border: 1px solid #999;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 3px #969495;
        box-shadow: 0px 0px 3px #969495;
    }

div.liImg {
    float: left;
}

div.liTxt {
    padding: 12px 0px 0px 70px;
}

img.liImg {
    width: 54px;
    height: 54px;
    border: 4px solid #FFF;
    -webkit-box-shadow: 0px 0px 12px #969495;
    box-shadow: 0px 0px 12px #969495;
}

li.nav a {
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #990000;
    font-family: 'Franklin Gothic', sans-serif;
    font-size: 14px;
}
