div.dropdown_custom {
    color: #555;
    margin: 0;
    top: 0px;
/*    width: 103px;*/
    position: relative;
    height: 17px;
    text-align:right;
    direction: rtl;
}
div.dropdown_custom_submenu
{
    background: #fff;
    position: absolute;
    top: -12px;
    right: -20px;
    z-index: 100;
    /*width: 155px;*/
    display: none;
    margin-right: 10px;
    padding: 40px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown_custom  li a {
    color: #555555 !important;
    display: block;
    font: 12px tahoma;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration:none;
}

.dropdown_custom li a:hover{
    background:#155FB0 !important; 
    color: #FFFFFF !important;
    text-decoration: none;

}
a.dropdown_custom_account {
    font: 12px tahoma;
    line-height: 16px;
    /*color: #555;*/
    position: relative;
    z-index: 110;
    /*display: block;*/
    /*padding: 11px 0 0 0px;*/
    height: 28px;
/*    width: 121px;*/
    /*margin: -11px 0 0 0px;*/
    /*text-decoration: none;*/
    /*background: url(icons/arrow.png) 116px 17px no-repeat;*/
    cursor:pointer;
}
.dropdown_custom_root
{
    list-style:none;
    margin:0px;
    padding:0px;
    font-size: 12px;
    padding: 11px 0 0 0px;
    border-top:1px solid #dedede;
}
