#dropmenudiv{
	position:absolute;
	border:1px solid white;
	font-family:Verdana;
	color:#666666;
	font-size:9px;
	line-height:20px;
	z-index:100;
	text-decoration: underline;


}

#dropmenudiv a{
	display:none;
	text-indent:0px;
	border:0px;
	/*border-bottom:1px solid white;*/
padding:1px 0;
	text-decoration:none;
	color:#666666;
	font-weight:lighter;
	text-transform:sentencecase;
	text-shadow:#333333;
}

#dropmenudiv a:hover{
	color:#666666;
}
