#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	background-color: #222;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;

	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #333;
	padding: 1px 0;
}

#dropmenudiv a:hover{
	color: #FFF;
	background-color: #000;
}

