.tdGlobalNav {
	text-align: center;
	font-family: verdana;
	font-size: 9px;
	white-space: nowrap;
}
a.globalNavLink, a.globalNavLink:visited {
	text-decoration: none;
	color: #716fad;
	padding: 12px 6px 13px 6px;
	display: block;
}
a.globalNavLink:hover {
	text-decoration: none;
	color: #716fad;
	background: #a0beeb;
}
.cssGlobalNavWrapper {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #b8c9f4;
	z-index: 250;
}
#lnkTSGlobalNavLogo {
	width: 76px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	cursor: pointer;
}
	#lnkTSGlobalNavLogo:hover {
		background-position: bottom left;
	}
