/*!
 * 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 .container-fluid {
  position: relative;
}
.yamm .dropdown-menu {
    left: auto;
    border:1px solid #fff;
    padding:0px;
}
.yamm .yamm-content {
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .yamm-content li a{
    display:block;
    padding:8px 16px;
    padding-right:6px;
    font-size:1.2em;
    color:#222;
    border-right-style: solid;
    border-right-color: transparent;
    border-right-width: 2px;
    
    border-bottom-style: dotted;
    border-bottom-color: #eee;
    border-bottom-width: 1px;
}

.yamm .yamm-content li a:hover{ 
    background-color:#eee;
    border-right-width: 2px;
    padding-right:6px;
    border-right-color: #0F8CBB;
    border-right-style: solid;
    color:#222;
    text-decoration: none;
}
