.nav-menu-wrapper{
    border: 1px solid #cccc;
    margin-top: 30px;
    background: #fbfbfb;
}

.nav-menu{
    margin: 0 auto;
    height: 44px;
}

.nav-menu ul{
    margin-left: 42px;
}

.nav-menu a{
    font-size: 16px;
}

.nav-menu li{
    float: left;
    line-height: 80px;
    height: 80px;
    width: 120px;
    position: relative;
}

.menu-top{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.menu-top>p{
    width: 120px;
    /*border-bottom: 2px solid #ad2718;*/
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: normal;
    padding: 10px 0px 10px 22px;
}
