@charset "UTF-8";

/****************************/
/* Financial Consulting Nav */
/****************************/

a.roInvestAdvise, a.roNewReps, a.roLegacyProg, a.roContactUs {
	display: inline-block;
	height: 45px;
	text-decoration: none;
}

a.roInvestAdvise {
	width: 306px;
	background: url("images/nav_fc_investadvise.png");
}

a.roNewReps {
	width: 160px;
	background: url("images/nav_fc_newreps.png");
}

a.roLegacyProg {
	width: 248px;
	background: url("images/nav_fc_legacyprog.png");
}

a.roContactUs {
	width: 201px;
	background: url("images/nav_fc_contactus.png");
}

a.roInvestAdvise:hover, a.roNewReps:hover, a.roLegacyProg:hover, a.roContactUs:hover {
	background-position: 0px -45px;
}

.displace {
	position: absolute;
	left: -5000px;
}
