.sub{
	display: block;
	height: auto;
	background: transparent;
	border-width: 0;
	
	float: left;
	width: 30%;
}
/* Remove multiple columns */
.sub ul{
	width: auto;
	float: none;
	border-right: 0;
}
.sub ul li a{
	font-size: small;
}
.hsub{
	display: none;
}
#content{
	border-top: 1px solid #999;
	clear: both;
}
.subtxt{
	height: 140px;
}
