.dropdownLayer {
	position: absolute;
	display: none;
	width: 200px;
	z-index: 1200;
}

.dropdownMenuRow, .dropdownMenuRow_Active {
	position: relative;
	padding: 5px;
}

.dropdownMenuRow {
}

.dropdownMenuRow_Active {
}

.dropdownMenuRow_Active a {
	display: block;
	font-weight: normal;
	text-transform: none;
}

.dropdownMenuRow a {
	display: block;
	font-weight: normal;
	text-transform: none;
}

.dropdownMenuRow_Split {
}

.dropdownMenuRow_SubIcon {
	float: right;
	color: #ffffff;
	margin-left: 5px;
}

.dropdownMenuBottom {
}