#dropmenudiv{
	position:absolute;
	border:1px dotted black;
	border-bottom:0px dotted black;
	font-size:13px;
	line-height:25px;
	z-index:100;
	font-weight:bold;
}
#dropmenudiv a{
	width: 95%;
	display: block;
	border-bottom: 1px dotted black;
	text-decoration: none;
	font-weight: bold;
	line-height:25px;
    margin-left: 5px;
    margin-right: 5px;
	color: #333333;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ffffff;
	color: #000000;
}