/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
  /*position: relative;
  bottom: 0.75em;*/
}
.yamm .container {
  position: relative;
  width: 100%;
  height: 2em;
  /*top: 0.85em;*/
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
	right: 0;
	top: 3.6em;
	border-top: none;
	border-right: 0;
	border-bottom: solid 3px #708796;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	background:#EBEFF1;
}
a.navbar-brand {
    line-height: 0;
}
