.paraf.top-right .item {
    position: absolute;
    right: 0;
    background-color: transparent;
    width: 260px;
    margin: 1px 0 1px 0;
    height: 40px;
    padding: 0;
}

.paraf.top-right .item .item-left-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-image: url(../images/image-107.jpg);
}

.paraf.top-right .item:hover .item-left-content {
    border-top: 1px solid #CD1441;
    border-bottom: 1px solid #CD1441;
}

.paraf.top-right .item:hover .item-right-content a {
    color: #CD1441;
}

.paraf.top-right .item.item1 {
    top: 30px;
}

.paraf.top-right .item.item2 {
    top: 72px;
}

.paraf.top-right .item.item3 {
    top: 113px;
}

.paraf.top-right .item .item-right-content {
    position: relative;
    float: left;
    margin-left: 40px;
    width: 220px;
    height: 40px;
    background-color: transparent;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    line-height: 40px;
}

.paraf.top-right .item .item-right-content a {
    color: white;
    font-weight: 400;
    font-size: 120%;
    margin: auto 0 auto 0;
    margin-left: 10px;
    color: #777;
}