.profile-dd {
    color: #555;
    margin: 3px -22px 0 0;
    width: 143px;
    position: relative;
    height: 17px;
    text-align:left;
}

.profile-submenu
{
    background: #555;
    position: absolute;
    top: -12px;
    left: -20px;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    padding: 40px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.profile-dd  li a {
    color: #fff;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration:none;
}

.profile-dd li a:hover{
    background:#155FB0;
    color: #FFFFFF;
    text-decoration: none;
}

a.profile {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 11px 0 0 20px;
    height: 28px;
    width: 121px;
    margin: -11px 0 0 -10px;
    text-decoration: none;
    background: url(../img/arrow.png) 100px 17px no-repeat;
    cursor:pointer;
}
.profile-root {
    list-style:none;
    margin:0px;
    padding:0px;
    font-size: 11px;
    padding: 11px 0 0 0px;
    border-top:1px solid #dedede;
}
