#dropmenudiv{
	position:absolute;
	/*border:1px solid black;*/
	border-bottom-width: 0;
	line-height:normal;
	z-index:100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #999999;
}

#dropmenudiv a{
width: 100%;
display: inherit;
text-indent:3px;
/*border-bottom: 1px solid black;*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	/*background-color: yellow;*/
font-style:italic;
	/*color: #FFFF99;*/
}
