.dropdownLayer {
	position: absolute;
	display: none;
	width: 240px;
	z-index: 1200;
	background-color: #f9f9f9;
}

.dropdownMenuRow, .dropdownMenuRow_Active {
	position: relative;
	padding: 0px;
}

.dropdownMenuRow {
}

.dropdownMenuRow_Active {
}

.dropdownMenuRow_Active a {
	display: block;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
}

.dropdownMenuRow a {
	display: block;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
	color: #000000;
}

.dropdownMenuRow_Split {
}

.dropdownMenuRow_SubIcon {
	float: right;
	color: #000000;
	padding: 10px;
}

.dropdownMenuBottom {
}
