#then_menu{
	position: absolute;
	float: right;
	background-color: #e2e2e2;
	border-radius: 20px;
	top: 20px;
	right: -20px;
	padding: 37px;
	text-align: left;
	font-size:.86em;
	font-family: Courier New, serif;
	z-index: 200;
}
#then_menu_button{
	font:2em Courier New, serif;
	position: absolute;
	top: 1px;
  left: 3px;
  padding: 10px;
}
#then_archive_links{
	display:none;
}
#then_menu a#then_menu_button:link{
	color:#9f9f9f;
}
#then_menu a#then_menu_button:hover{
	color:#fff;
}
#then_menu a{
	color:#434343;
	font-weight:bold;
	text-decoration: none;
	outline:none;
}
#then_menu a:visited{
	color:#622620;
}

#then_menu a:link{
	color:#434343;
	outline:none;
}
#then_menu a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}

.then li{
	font-size:1.2em;
	text-align:left;
	padding: 4px;
} 
.then .nest li{
	font-size:0.8em;
	text-align:right;
	padding:7px 0;
}