.navigation   .TextNavBar a {
	width: 190px;
	background-color: #7E9CAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	position: absolute;
	text-indent: 5px;
	text-align: left;
	line-height: 18px;
	border: 1px solid #FFFFFF;
} 
.navigation   .TextNavBar a:hover {
	background-color: #89A9B8;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner a:hover {
	font-weight: bold;
}

