* {
    margin: 0;
    padding: 0
}

.name-top:hover .drop-down-menu{
    display: block;
}
.drop-down-menu{
    position: relative;
    top: 5px;
    display: none;
    max-width: 193px;
    margin-top: 40px;
    background-image: -ms-linear-gradient(top, #606B7D 0%, #565F6E 51%, #4F5867 87.75%, #48505D 100%);
    background-image: -moz-linear-gradient(top, #606B7D 0%, #565F6E 51%, #4F5867 87.75%, #48505D 100%);
    background-image: -o-linear-gradient(top, #606B7D 0%, #565F6E 51%, #4F5867 87.75%, #48505D 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #606B7D), color-stop(51, #565f6e), color-stop(87.75, #4F5867), color-stop(100, #48505D));
    background-image: -webkit-linear-gradient(top, #606B7D 0%, #565F6E 51%, #4F5867 87.75%, #48505D 100%);
    background-image: linear-gradient(to bottom, #5f6a7c 33%, #586170 53%, #4F5867 87.75%, #48505D 100%);
}
.drop-down-menu:before{
    content: '';
    position: absolute;
    left: 25px;
    top: -25px;
    display: block;
    border: 10px solid transparent;
    border-bottom: 15px solid #606b7d;
}
.drop-down-menu__item {
    margin: 2px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    list-style: none;
}
.drop-down-menu__item:hover,
.drop-down-menu__item.drop-down__active:hover{
    border-right: 5px solid #d47772;
    background: #f4f4f4;
    padding-right: 20px;
}
.drop-down-menu__item.drop-down__active:hover{
    border-right: 5px solid #5aa272;
    color:black;
}
.drop-down-menu__item:hover .drop-down-menu__item-link,
.drop-down-menu__item.drop-down__active:hover .drop-down-menu__item-link{
    color:black;
}
.drop-down-menu__item.drop-down__active{
    background-color: #5aa272;
    cursor: pointer;
}
.drop-down-menu__item.drop-down__active > .drop-down-menu__item-link {
    color: white;
}
.drop-down-menu__item-link{
    text-decoration: none;
    font-size: 13px;
    color: white;
}

/*.star-light {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    display: block;*/
/*    vertical-align: top;*/
/*    position: relative;*/
/*    background: url(/img/common/project_status/star-light.png) no-repeat 2px 0;*/
/*}*/

/*.all-pitches tr:hover .star-light {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    position: relative;*/
/*    background: url(/img/common/project_status/star-dark.png) no-repeat 2px 0;*/
/*}*/

/*.star-dark {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left: -28px;*/
/*    margin-right: 10px;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    position: relative;*/
/*    background: url(/img/common/project_status/star-dark.png) no-repeat 2px 0;*/
/*}*/