/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.bootstrap .yamm .nav,
.bootstrap .yamm .collapse,
.bootstrap .yamm .dropup,
.bootstrap .yamm .drop-down {
	position: static;
}
.bootstrap .yamm .container {
	position: relative;
}
.bootstrap .yamm .mega-menu {
	left: 0;
	right: 0;
}
.bootstrap .yamm .yamm-content {
	padding: 20px 30px;
}


/*Custom styles*/
.bootstrap ul li {
	list-style: none;
}

.bootstrap .dropdown-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.bootstrap ul ul li:hover a{
	color: rgba(51,51,51,0.5);
}
.bootstrap ul li a:hover{
	text-decoration: none;
}
