.DropdownLayer {
	position: absolute;	
	display: none;
	background-color: #FFFFFF;
	width: 150px;
	z-index: 100;
	border: solid 1px #001342;
}

#DropdownLayerHistory {
	display: none;
}

.DropdownMenuRow {
	height: 22px;
	line-height: 22px;
	background-color: #ccd7e5;
	padding: 1px 3px 1px 3px;
	color: #001342;
}

.DropdownMenuRow_Active {
	height: 22px;
	line-height: 22px;
	background-color: #ffffff;
	padding: 1px 3px 1px 3px;
	color: #001342;
	cursor: pointer;
}