/*subnav.css*/
#subtab, .subtab {
	width:98%;
	float:left;
	font-size: 82%;
	height: 13px;
	margin-bottom:3px;
	margin-left:42px;
	margin-top:-4px;
	text-align:left;
	color:#ffffff;
	vertical-align: top;
	padding-bottom:2px;
}
#subtab a:link, #subtab a:visited  {
	font-size: .85em;
	color: #fff;
}
.subtab a:link {
	font-size: .85em;
	color: #fff;
	text-decoration: none;
}
.subtab a:visited {\
`
	color: #fff;
	text-decoration: none;
}
.subtab a:hover, #subtab a:hover {
	color: #009ad0;
}
.subtab a:active, #subtab a:active {
	color: #fff;
	text-decoration: underline;
}
