#smoothmenu {
    position: absolute;
    margin: 0;
    top: 100px;
    left: 36px;
    z-index: 50;
    width: 932px;
}

.ddsmoothmenu ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.ddsmoothmenu>ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.ddsmoothmenu ul::after{
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.ddsmoothmenu li {
    margin:0;
    padding:7px 9px;
    list-style-type: none;
}

.ddsmoothmenu>ul>li{
    flex: 1;
}

.ddsmoothmenu li a{
    display: block;
    height: 30px;
    padding: 0 10px;
    border: 1px solid transparent;
    color: #EEEEEE;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.ddsmoothmenu>ul>li>a{
    margin-top:2px;
    margin-bottom: 6px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.ddsmoothmenu ul ul{
    background-color: rgba(0,0,0,0.75);
}

.ddsmoothmenu li a:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #030006 #484748 #484748 #030006;
    border-radius: 7px;
    background-color: #353738;
    box-shadow: 2px 2px 5px #282828 inset;
    color: #CCD044;
}