#contactBar {
	width: 100%;
	height: 28px;
	top: 0px;
	left: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	z-index: 20;
}

#contactBar a {
	text-decoration: none;
}

.contactBarBg {
	width: 100%;
	height: 28px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 25;
}

.contactBarLink {
	z-index: 30;
	height: 12px;
	top: 0px;
	right: 0px;
	position: relative;
	margin-top: 8px;
	margin-right: 10px;
	float: right;
}