.dropdown-menu {
	font: 9pt/normal allerregular; top: 30px; display: none; position: absolute; z-index: 9999999; font-size-adjust: none; font-stretch: normal;
}
.dropdown-menu ul {
	background: rgb(255, 255, 255); list-style: none; margin: 0px; padding: 4px 0px; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; overflow: visible; position: relative; min-width: 130px; box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
}
.has-tip.dropdown-menu {
	margin-top: 8px;
}
.has-tip.dropdown-menu::before {
	left: 9px; top: -6px; border-right-color: transparent; border-bottom-color: rgba(0, 0, 0, 0.2); border-left-color: transparent; border-right-width: 7px; border-bottom-width: 7px; border-left-width: 7px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.anchor-right.has-tip.dropdown-menu::before {
	left: auto; right: 9px;
}
.has-tip.dropdown-menu::after {
	left: 10px; top: -5px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 6px; border-bottom-width: 6px; border-left-width: 6px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.anchor-right.has-tip.dropdown-menu::after {
	left: auto; right: 10px;
}
.has-scroll.dropdown-menu ul {
	overflow: auto; max-height: 358px;
}
.dropdown-menu li {
	list-style: none; margin: 0px; padding: 0px; line-height: 16px;
}
.dropdown-menu li > a {
	padding: 3px 15px; color: rgb(128, 128, 128); line-height: 18px; text-decoration: none; display: block; white-space: nowrap;
}
.dropdown-menu label {
	padding: 3px 15px; color: rgb(128, 128, 128); line-height: 18px; text-decoration: none; display: block; white-space: nowrap;
}
.dropdown-menu li > a:hover {
	color: rgb(12, 132, 199); cursor: pointer; background-color: rgb(227, 245, 255);
}
.dropdown-menu label:hover {
	color: rgb(12, 132, 199); cursor: pointer; background-color: rgb(227, 245, 255);
}
.dropdown-menu .divider {
	background: rgb(229, 229, 229); margin: 5px 1px; height: 1px; overflow: hidden;
}
.has-icons.dropdown-menu li > a {
	background-position: 8px; padding-left: 30px; background-repeat: no-repeat;
}
