#dropmenudiv
{
	border-left: 1px black; 
	border-right: 1px black; 
	border-top: 1px black; 
	border-bottom: 1px black; 
	position: absolute;
	line-height: 15px;
	z-index: 100; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana;

	/*Make the div element transparency
	filter: alpha(opacity=80);
*/
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #666666;
	background-color: #f9f9f9;
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover
{
	background-color: #ffb840;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
