#leftnav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    /*border: 1px solid #000;*/
}

    #leftnav ul {
        list-style-type: none;
        margin: 0px;
        border: 0px;
        padding: 0px 0px 0px 20px;
    }

        #leftnav li a {
            color: #666666;
            display: block;
            font-size: 12px;
            list-style: none;
            padding: 6px 0px 6px 10px;
            text-decoration: none;
            text-align: left;
            margin: 0px;
            border-width: 0px 0px 0px 5px;
            border-style: solid;
            border-color: transparent;
            /*width: 100px;*/
            /*position: absolute;*/
        }

            #leftnav li a:hover {
                background-color: #ffffff;
                border-left: 5px solid #ccc;
                /*border: 1px;
                border-right-color: #ffffff;
                border-right-style: solid;
                border-right-width: thin;*/
                color: #333;
            }


div.leftNav {
    padding: 16px 0px 0px 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;
}






