.sdmenu {
    position: relative;
    z-index: 3;
    width: 239px;
    margin: 0 auto;
    font-size: 12px;
    opacity: .95;
    text-align: center;
}

.menubox {
    padding-bottom: 28px;
    margin-bottom: 20px;
    background: url(../images/bottom.png) no-repeat left bottom;
}

.collapse-block {
    overflow: hidden;
}

.collapsed-inner > a,
.collapsed-item a {
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-family: Georgia, Times, Times New Roman, serif;
    transition: color .3s;
}

.menu-action-link {
    position: absolute;
    top: -50px;
    display: block;
    width: 40px;
    height: 49px;
}

.collapse-link {
    left: -5px;
}

.collapse-logout-link {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    padding: 0;
}

.expand-link {
    right: 5px;
}

.collapse-block-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.collapse-block-title:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    background: url(../images/expanded.gif) no-repeat;
}

.collapse-block.collapsed .collapse-block-title:after {
    background-image: url(../images/collapsed.gif);
}

.collapsed-item {
    padding: 0 35px;
    margin-bottom: 0;
}

.collapsed-item small {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: normal;
    font-weight: 700;
}

.collapsed-item img {
    display: block;
}

/* My Menu */

.menubox .collapse-block {
    background: url(../images/menu_body.png) repeat-y top center;
}

.menubox .collapse-block-title {
    text-transform: uppercase;
    background: url(../images/menu_header.png) no-repeat;
}

.menubox .collapse-block-title,
.menubox .collapse-block.collapsed {
    height: 54px;
}

.menubox .collapsed-inner {
    padding: 10px 0;
    margin-bottom: 0;
    list-style: none;
}

.menubox .collapsed-item a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 15px;
}

.menubox .collapsed-item a:hover {
    color: #8b0000;
}


/* Login */

.login.sdmenu {
    margin-top: 7px;
}

.login .collapse-block {
    background: url(../images/menu_down.png) no-repeat top / 100% auto;
}

.login .collapse-block-title {
    background: url(../images/log_top1.png) no-repeat;
}

.login .collapse-block-title b {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login .collapse-block {
    height: 300px;
}

.login .collapse-block-title,
.login .collapse-block.collapsed {
    height: 38px;
}

.login .collapsed-inner {
    padding-top: 6px;
}

.login .collapsed-inner > a {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 14px;
    color: #8b0000;
}

.login .collapsed-inner > a:hover {
    color: #000;
}
