
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu {
    width: 180px;
    z-index: 10;
    float: left;
    margin-right: 45px;
}
#cssmenu ul {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #f0f0f0, #ffffff) repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
#cssmenu ul li {
    border-bottom: 1px solid #cccccc;
    display: block;
}
#cssmenu ul li.active::before {
    border-right: 1px dashed #e9afae;
    border-top: 1px dashed #e9afae;
    content: "";
    height: 28.5269px;
    position: absolute;
    right: -12px;
    top: 9px;
    transform: rotate(45deg);
    width: 28.5269px;
    z-index: 10;
}
#cssmenu ul li.active::after {
    background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #c43735, #d56462) repeat scroll 0 0;
    content: "";
    height: 31.5269px;
    position: absolute;
    right: -16px;
    top: 7px;
    transform: rotate(45deg);
    width: 31.5269px;
}
#cssmenu ul li.active {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #c43735, #d56462) repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    left: -8px;
    padding: 2px;
    width: 194px;
    border-bottom: 0 none;
}
#cssmenu ul li.active a::after {
    border-color: transparent #982b29 transparent transparent;
    border-style: solid;
    border-width: 4px 8px;
    bottom: -7px;
    content: "";
    height: 0;
    left: -11px;
    position: absolute;
    width: 0;
    z-index: -1;
}
#cssmenu ul li.active > a {
    border-bottom: 1px dashed #de8886;
    border-left: 1px dashed #de8886;
    border-top: 1px dashed #de8886;
    color: #ffffff;
    padding: 12px 12px 12px 16px;
    text-shadow: 0 1px 1px #8c2726;
}
#cssmenu ul li a {
    color: #444444;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 12px;
    text-decoration: none;
}