.subnav {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin: 0 5px 0 5px;
}

.subnav a:link {
	color: #fff;
	text-decoration: underline;
	}

.subnav a:visited {  color: #fff; text-decoration: underline}

.subnav a:hover {  color: #fff; text-decoration: none}

.subnav a:active {  color: #fff; text-decoration: underline}

.navyellow {
	border-bottom-color:#BAB522;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.navgreen {
	border-bottom-color:#84AF0C;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.navblue {
	border-bottom-color:#4C6373;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.navred {
	border-bottom-color:#A55429;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}