.dropdown {
	width: 120px;
	background-color: #fff;
	position: absolute;
	top: 171px;
	left: 700px;
	overflow: hidden;
	display: none;
}

.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
		
.dropdown li {
	border-bottom: 1px solid #fff;
	margin: 0;
}

.dropdown li a {
	display: block;
	height: 24px;
	line-height: 24px;
	background-color: #eceef2;
	color: #727a82;
	text-decoration: none;
	width: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

html>body div.dropdown li a {
	width: auto;
}

.dropdown li a:hover {
	background-color: #a7adb2;
	color: #fff;
}
