#consultnav a:link, a:hover, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#consultnav {
	float: left;
	height: 25px;
	width: 266px;
	background-color: #330000;
	text-align: left;
	text-indent: 12px;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	margin-top: 6px;
}
#webnav {
	float: left;
	height: 25px;
	width: 266px;
	background-color: #339999;
	text-align: left;
	text-indent: 12px;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	margin-top: 6px;
}
#trainnav {
	float: left;
	height: 25px;
	width: 266px;
	background-color: #FF6600;
	text-align: left;
	text-indent: 12px;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	margin-top: 6px;
}
#webnav a:link, a:hover, a:visited, a:active {

	color: #FFFFFF;
	text-decoration: none;
}
#trainnav a:link, a:hover, a:visited, a:active {

	color: #FFFFFF;
	text-decoration: none;
}
