#cityCategories .btn-orange { position: relative; }

#cityCategories .btn-orange > span {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f36d2d;
    z-index: 1;
    margin-left: -10px;
}

#cityCategories .btn-orange:hover > span { border-top: 10px solid #f3793f; }

#cityCategories .btn-orange:active > span { border-top: 10px solid #d45c23; }

#cityCategories .btn-disactive {
    cursor: default !important;
    background-color: #f36d2d !important;
    *background-color: #f36d2d !important;
    background-image: -moz-linear-gradient(bottom, #f36d2d 0%, #f3793f 100%) !important;
    background-image: -o-linear-gradient(bottom, #f36d2d 0%, #f3793f 100%) !important;
    background-image: -webkit-linear-gradient(bottom, #f36d2d 0%, #f3793f 100%) !important;
    background-image: linear-gradient(bottom, #f36d2d 0%, #f3793f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#f3793f ', endColorstr= '#f36d2d ', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    box-shadow: none;
    outline: none !important;
}

#cityCategories .btn-disactive > span { border-top: 10px solid #f36d2d !important; }