#dropmenudiv    {
	position: absolute;
	z-index: 100px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Arial","Verdana", "Sans Serif", "TrebuchetMS", "Tahoma";
	font-size: 12px;
}
#dropmenudiv a  {
	width: 100%;
	display: block;
	text-decoration: none;
}
#dropmenudiv a:hover  {
	width: 100%;
	display: block;
	text-decoration: underline;
}