.dropdown {
	float: right;
	padding-right:5px;
	margin-top: 0px;
}

.dropdown dt {
	width:80px; 
	border:0px; 
	padding:0px; 
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold; 
	cursor:pointer;
}

.dropdown dd {
	position:absolute;
	overflow:hidden; 
	width:200px; 
	display:none; 
	z-index:200;
	top: 45px;
	padding: 0px;	
	right: 0px;
	border-right: 2px solid #444444;
}

.dropdown ul {
	width:200px;
	border: 2px solid #444444;
	list-style:none;
	background-color: #fafafa;
}

.dropdown li {
	display:inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
	display:block; 
	padding:2px; 
	text-decoration:none;	
}

.dropdown a:hover {
	background-color: #c5dbff;
	color: black;
}

.dropdown .underline {
	border-bottom:0px;
	margin-left: 0px;
}

* {margin: 0; padding: 0;}

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}
.nav-link{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}