/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    background-color: #3474B5;
    padding: 20px 25px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* menu styes */

.list-unstyled,
.list-unstyled ul {
    min-width: 150px
}

.list-unstyled a {
    color: #fff;
    font-size: 12.5px;
    text-decoration: none;
}

.menuHeader h3 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.menuHeader h3 span {
    border-bottom: 3px solid #00a950;
    padding-bottom: 7px;
    line-height: 30px;
}