.scontentsub{
	position:absolute;
	width:200px;
	height:auto;
	background-color:#E4E4E4;
	border:1px solid #999999;
	padding:5px;
	color: #333333;
	line-height: 22px;
	font-size: 12px;
}
.txtl:link {
	color: #336699;
	text-decoration: underline;
}.txtl:visited {
	color: #336699;
	text-decoration: underline;
}
.txtl:active {
	color: #336699;
	text-decoration: underline;
}
.txtl:hover {
	color: #000066;
	text-decoration: none;
}