#chain-wraper .drop-down-item {
    position:relative;
    cursor:pointer;
}

#chain-wraper .drop-down-sections-list {
    background-color:#FFF;
    border:1px solid #BFBFBF;
    border-radius:5px;
    display:none;
    position:absolute;
    margin-left:-28px;
    left:50%;
    top:99%;
    width:200px;
    z-index:10;
    max-height:350px;
}

#chain-wraper .drop-down-sections-list .scrollbarCY {
    position:relative;
    overflow:hidden;
    border-radius:5px;
}

#chain-wraper .drop-down-sections-list:after,#chain-wraper .drop-down-sections-list:before {
    bottom:100%;
    left:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
}

#chain-wraper .drop-down-sections-list:after {
    margin-left:-10px;
    border-color:rgba(255,255,255,0) rgba(255,255,255,0) #fff;
    border-width:10px;
}

#chain-wraper .drop-down-sections-list:before {
    margin-left:-11px;
    border-color:rgba(191,191,191,0) rgba(191,191,191,0) #BFBFBF;
    border-width:11px;
}

#chain-wraper .drop-down-item:hover .drop-down-sections-list {
    display:block;
}

#chain-wraper .drop-down-sections-list a {
    color: #333333;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: none;
}
#chain-wraper .drop-down-sections-list a:hover {
    color:#FFF;
    background-color:#2E8258;
}

#main-catalog-bc span a{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 5px 10px;
    z-index: 1000;
}