

.LefMenu li.MainLeftCats {
    background: #ef0011;
    cursor: pointer;
    color: #fff;
    padding: 6px;
    text-align: left;
    font-family: sans-serif;
    font-size: 15px;
    list-style: none;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 15px;
    text-transform: capitalize;
}

.LefMenu li.MainLeftCats a {
    display: block;
    position: relative;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.LefMenu li.SecMenu {
    list-style: none;
    margin-bottom: 3px;
}

.LefMenu li.SecMenu a {
    background-color: #fff;
    color: #393939;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #eaeaea;
}

.LefMenu li.SecMenu a:hover,
.LefMenu li.SecMenu a.active {
    padding-left: 10px;
    color: #efeef4;
    background-color: #181818;
}

.LefMenu li.SecMenu:active {
    padding-left: 10px;
    color: #cc0001;
}

.menutitle li a {
    background: #fff url(images/down-arrow.png) right center no-repeat;
}

.submenun {
    background: #eaeaea;
}

.submenun ul {
    margin: 0px;
    padding: 0px;
}

.submenun ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.submenun ul li a {
    text-decoration: none;
    color: #393939;
    font-weight: normal;
    font-size: 12px;
    padding: 0 5px;
    line-height: 30px;
    display: block;
}

.submenun ul li a:hover,
.submenun ul li a.active {
    color: #000
}

.submenun ul li a:focus:active {
    color: #000; 
}