/*!
 * 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 {
    padding: 20px 30px;
}

.yamm .yamm-content a {
    color: #333;
}

.yamm .yamm-content a:hover {
    color: #005BAC;
    font-weight: bold;
    outline: none;
}

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

/* menu styes */

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

.list-unstyled li {
    line-height: 40px;
}

.dropdown-header2 {
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 0px;
}