@charset "utf-8";
#dropdown {
	background-color: #FFFFFF;
	position: absolute;
	height: 55px;
	width: 90px;
	left: 563px;
	top: 166px;
	z-index: 5000;
	border: 2px dashed #660099;
	visibility: hidden;
}
#drop1 {
	position: relative;
	height: auto;
	width: 90px;
	text-align: center;
	top: 5px;
}
.droptxt {
	font-size: 18px;
	color: #660099;
	text-decoration: none;
}
.droptxt:hover {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
#drop2 {
	position: relative;
	height: auto;
	width: 90px;
	top: 10px;
	text-align: center;
}
