.DropdownLayer {
	position: absolute;
	
	display: none;

	background-color: #343535;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D0C58D;
	
	width: 150px;
	
	z-index: 100;
}

#DropdownLayerHistory {
	display: none;
}

.DropdownMenuRow_Active {
	background-color: #D0C58D;
}