﻿
.menutextstyle {
    color: #404040 !important;
    font-family: 'Oswald' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 17px !important;
    line-height: 17px !important;
}

.submenutextstyle {
    color: #404040 !important;
    font-family: 'Oswald' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 17px !important;
    line-height: 20px !important;
}

.rightpointer {
    width: 100%;
    height: 28px;
    left:-20px;
    position: relative;
    /*background: #e62133;*/
    color:black;
    padding-left:10px;
    padding-top:2px;
    border-top-left-radius :5px;
    border-bottom-left-radius :5px;
}

    /*.rightpointer:after {
        content: "";
        position: absolute;
        left: -10px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }*/

    /*.rightpointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0px;
        width: 0;
        height: 0;
        background:white;
        border-left: 20px solid #e62133;
        border-top: 13px solid transparent;
        border-bottom: 15px solid transparent;
    }*/
