#DropTextAttr { display:inline; }
a:link { color: #333333; text-decoration: none; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; color: #5A7800; }
a:active { text-decoration: none; color: #5A7800; }
.reg_class {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}
.DropSubMenu {
	position: absolute;
	top: 3px;
	border: 2px solid #386900;
	font:normal 12px Arial;
	line-height:20px;
	z-index:500;
	background-color: #ECFFCA;
	overflow:hidden;
	width:100px;
	text-align: center;
	vertical-align: middle;
	left: 10px;
	visibility: hidden;
}
.DropSubMenu TABLE { width:100%; }
.DropSubMenu A { display: block; text-indent: 3px; padding: 5px 0; text-decoration: none; font:normal 12px Arial; color: #000000; }
.DropSubMenu A.Split_0 {border-bottom: 1px solid #D9E2E8; }
.DropSubMenu a:hover {background-color: #658500; color: #FFFFFF; }
.DropSubMenu A SPAN.NumTip {color:669900; }
.DropSubMenu A:hover SPAN.NumTip {color:33FF00; }
