#menu-block{
    height: 65px;
}
#menu-block .main-menu{
    height: 65px;
}

#menu-block a:hover {
    text-decoration: underline;
}

#menu-block .menu-item {
    display: block;
    list-style-type: none;
    float: left;
    font-weight: 100;
    font-size: 16px;
    color: #484b4e;
    opacity: 1;
    text-align: left;
    padding-right: 30px;
    height: 65px;
}

#menu-block {
    float: left;
}

#menu-block .menu-item-block {
    height: 16px;
    padding-top: 22px;
}

#sub-menu {
    background-color: white;
    position: absolute;
    top: 75px;
    border-width: 1px;
    border-style: solid;

}

#sub-menu .sub-menu-item{
    list-style-type: none;
    font-weight: 100;
    font-size: 16px;
    color: #484b4e;
    display: block;
    height: 16px;
    margin-bottom: 10px;
}

#sub-menu ul {
    padding: 0;
    margin: 10px;
}

#sponsor-block {
    float: right;
    margin-top: 25px;
    margin-right: 30px;
}

#footer ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 100;
    font-size: 16px;
    color: #DCE2E6;
    opacity: 1;
    padding-right: 30px;
}