#category {
    display: inline-block;
    height: 40px;
    float: left;
}
#category>li:first-child {
    background-color: #474747;
    border-top: 0;
    text-transform: none;
    border-bottom: none;
    height:40px!important;
    font-size: 13px!important;
}
#frs{

    line-height: 36px!important;
}
#category li {
    line-height: 31px;
    list-style: none;
    width: 220px;
    padding: 0px;
    background-color: #353535;
    position: relative;
    z-index: 9999;
    height: 33px;
    font-size: 10px;
}
#category>li:first-child a {
    padding: 0;
    line-height: 40px;
    font-weight: bold;
    border-bottom: none;
}
#category>li>a {
    line-height: 31px;
    color: #fff;
    width: 210px;
    /*font-weight: bold;*/
    display: inline-block;
    text-transform: uppercase;
    border-top: 1px solid #3f3f3f;
    margin-left: 5px;
}
#category>li:first-child a:before {
    float: left;
    height: 40px !important;
    width: 50px !important;
    content: '';
    display: block;
    background: url('../img/iconmenuleft.png') no-repeat center center !important;
    background-size: 20px auto;

}
#category>li:first-child a:after {
    float: right;
    content: '';
    height: 40px !important;
    width: 50px !important;
    display: block;
    background: url('../img/iconmenuright.png') no-repeat center center;
    background-size: 20px auto;

}
#category>li>a:first-child:before {
    float: left;
    height: 32px;
    width: 40px;
    content: '';
    display: block;
    background: url('../img/icontick.png') no-repeat center center;
    background-size: 20px auto;

}
#category>li:last-child{
    background: #e90000;
    font-weight: bold;
    color: #fff;
    height: 45px;
    border-bottom: none;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px!important;
}
#category>li>ul {
    position: absolute;
    left: 220px;
    top: -1px;
    display: none;
}
#category>li>ul>li {
    border-left: 1px solid #353535;
}

#li-first{
    border-top: 2px solid #e90000;
    height:37px !important;
}
#category>li>ul>li>a {
    line-height: 32px;
    color: #fff;
    width: 197px;
    height: 40px;
    padding-left: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-top: 1px solid #3f3f3f;
}
#category>li:hover>ul{
    display:block;
}
#category p{
    color: #c1c1c1;
    padding-left: 50px;
    margin-top: -8px;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: none;
    font-weight: normal;
}
#li1{
    height:33px;
}
#li2{
    height: 66px;
}
#li3{
    height:99px;
}
#li4{
    height:132px;
}
#li5{
    height:165px;
}
#li6{
    height:198px;
}
#li7{
    height: 231px;
}
#li8{
    height:264px;
}
#li9{
    height:297px;
}
#li10{
    height:330px;
}
#category>li>ul>li>ul {
    position: absolute;
    left: 220px;
    top: 0px;
    display: none;
}
#category>li>ul>li>ul>li {
    border-left: 1px solid #353535;
    background: #5F5C5C;

}


#category>li>ul>li>ul>li>a {
    line-height: 32px;
    color: #fff;
    width: 197px;
    height: 40px;
    padding-left: 15px;
    display: inline-block;
    background: url('../img/square.png') no-repeat 5px 15px;
    border-top: 1px solid #7A7575;
    font-size: 11px;
}
#category>li:hover>ul>li:hover>ul{
    display:block;
}