.dropdown .dropdown-menu .caret {
	border-width: 4px; border-style: solid; border-color: transparent transparent transparent rgb(0, 0, 0); border-image: none; margin-top: 6px; float: right;
}
.dropdown-menu {
	min-width: 250px;
}
.dropdown-menu > li.open > a {
	color: rgb(38, 38, 38); text-decoration: none; background-color: rgb(245, 245, 245);
}
.dropdown-menu .dropdown-menu {
	margin: 0px; left: 100%; top: -1px; right: auto;
}
.dropdown-menu-right .dropdown-menu {
	left: auto; right: 100%;
}
.navbar-right .dropdown-menu .dropdown-menu {
	left: auto; right: 100%;
}
.pull-right .dropdown-menu .dropdown-menu {
	left: auto; right: 100%;
}
.dropdown-menu.animated {
	animation-duration: 0.3s; -webkit-animation-duration: 0.3s;
}
.dropdown-menu.animated::before {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute; z-index: 99; content: " ";
}
.dropdownhover-top {
	margin-top: 0px; margin-bottom: 2px;
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu {
	top: auto; bottom: -1px;
}
.dropdownhover-top .dropdown-menu {
	top: auto; bottom: -1px;
}
.navbar-nav > li > .dropdown-menu {
	margin-bottom: 0px;
}
.dropdownhover-bottom {
	transform-origin: 50% 0%; -webkit-transform-origin: 50% 0;
}
.dropdownhover-left {
	transform-origin: 100% 50%; -webkit-transform-origin: 100% 50%;
}
.dropdownhover-right {
	transform-origin: 0% 50%; -webkit-transform-origin: 0 50%;
}
.dropdownhover-top {
	transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%;
}
