@charset "utf-8";

div.cat_lists { width: 250px; }

div.cat_lists > a {
    width: 150px;
    position: relative; left: 50px; top: 0;
    display: block;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #fff;
    text-decoration: none;
    font-weight: bold; color: #4dbffd;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    background: #c9ecff;
}
div.cat_lists > a::before {
    content: "";
    width: 0; height: 0;
    position: absolute; left: -40px; top: 0;
    display: block;
    border-style: solid; border-width: 22px 22px 22px 22px;
    border-color: #c9ecff #c9ecff #c9ecff transparent;
}

div.cat_lists > a::after {
    content: "";
    width: 0; height: 0;
    position: absolute; right: -44px; top: 0;
    display: block;
    border-style: solid; border-width: 22px 22px 22px 22px;
    border-color: transparent transparent transparent #c9ecff;
}
