ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#category {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 0px #ccc;
    /*border: 1px solid #bbb;*/
    /*padding: 10px 0px;*/
    font-size: 14px;
    color: #666;
    font-weight: bold;
    width: 100%;
    margin: 3% auto 7%;
}

#category a {
    text-decoration: none;
    color: #666;
}

#category a:hover {
    color: #ffffff;
}

#menu {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

.main_menu {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
    font-weight: bold;
    padding-left: 20px;
    text-indent: 10;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    width: 100%;
    font-size: 12px;
}

.main_menu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #e06e1d;
    border-right: solid 2px #e06e1d;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}

#menu .main_menu:hover,
#menu .open {
    background-color: #e06e1d;
    color: #FFF;
}

#menu .main_menu:hover::before,
#menu .open::before {
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}

.sub_menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 40px;
    background-color: #efefef;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    font-size: 11px;
}

.sub_menu li a::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #e06e1d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: 25px;
}

.sub_menu li a:hover {
    background-color: #e06e1d;
}

.sub_menu li a:hover::before {
    border-left: solid 6px #ffffff;
}

.third_menu li a {
    padding-left: 40px;
    border-top-style: none;
    padding-bottom: 6px;
    padding-top: 6px;
}

.third_menu li a::before {
    margin-left: 65px;
}