window.onload=function(){
if(!NiftyCheck())
	return;

	/*ABOUT NAV*/
	Rounded("div.about","all","transparent","#474747","#474747");

	/*QUICK NAV*/
	Rounded("ul#quickNav li","all","transparent","#9ABEFF","#9ABEFF");

	/*COMMUNIQUE NAV*/
	Rounded("div.communique","all","transparent","#2E9D3F","#2E9D3F");

	/*DORA NAV*/
	Rounded("div.doras","all","transparent","#D23830","#D23830");

	/*MEMBERSHIP NAV*/
	Rounded("div.membership","all","transparent","#F8AA2C","#F8AA2C");

	/*TOTIX NAV*/
	Rounded("div.totix","all","transparent","#0D5681","#0D5681");

	/*TEASERS NAV - HOME PAGE*/
	Rounded("div#tsrMemb a","all","#fff","transparent","smooth");
	Rounded("div#tsrDora a","all","#fff","transparent","smooth");
	Rounded("div#tsrTotix a","all","#fff","transparent","smooth");
	Rounded("div#tsrComm a","all","#fff","transparent","smooth");

	/*TEASERS GENERIC*/
	Rounded("div.roundedLightBlue","all","#fff","#D4E2EC","smooth");
	Rounded("div.roundedPink","all","#fff","#F6D3D2","smooth");
	Rounded("div.roundedPeach","all","#fff","#FCEED4","smooth");
	Rounded("div.roundedMint","all","#fff","#CCE6CC","smooth");
	Rounded("div.roundedGrey","all","#fff","#B0B0B0","smooth");

	/*E-BULLETIN SIGNUP*/
	Rounded("li#weeklyEbulletin","all","#fff","#CCE6CC","smooth");
	Rounded("li#dailyEbulletin","all","#fff","#D4E2EC","smooth");

}