#dropmenudiv{
	position:absolute;
	border:1px solid #000000;
	border-bottom-width: 0;
	line-height:18px;
	z-index:50;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	color:#000000;
	border-bottom: 1px solid #000000;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #D3DFEC;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
}

#dropmenudiv a:hover{ color:#939598;
background-color: white;
}