#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:15px;
	z-index:100;
	font-style: normal;
	text-decoration: none;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	font:normal 13px Arial;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
	font-style: normal;	
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000000;
	color: #918f8f;
	text-decoration: none;
}
#dropmenudiv a:visited{ /*hover background color*/
	background-color: #000000;
	font:normal 13px Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


