table.subnav
{
	padding: 8px;
	display: none;
	display: block!;
	border: 0px solid red;
}

td.tdsubnav
{
	padding: 12px;
		font-size: 10;
	border-bottom: 1px solid blue;
}

a.asubnav:link
{
	font-size: 10;
    font-weight:bold; color:blue; text-decoration:none;
	font-family: Arial;
}
a.asubnav:visited
{
	font-size: 10;
    font-weight:bold; color:blue; text-decoration:none;
	font-family: Arial;
}

a.asubnav:focus
{
	font-size: 10;
	font-weight:bold; color:red; text-decoration:none;
	font-family: Arial;
}

a.asubnav:hover
{
	font-size: 10;
	font-weight:bold; color:green; text-decoration:none;
	font-family: Arial;
}

a.asubnav:active
{
	font-size: 10;
	font-weight:bold; color:lime; text-decoration:none;
	font-family: Arial;
}