body { background: #000 url(https://assets.ngin.com/site_files/2782/background.jpg) top center no-repeat; }

#accountNav {
    left:0;
    top:35px;
    right: auto;
    border-bottom: none;
}
#accountNav .currentSite {
	background: transparent;
}

#accountNav li.nginLogo a {
    background: url(http://www.tricityicehawks.com/logo_images/logo.svg) right center no-repeat;
}

#accountNav .currentSite a {
    background:  transparent url("https://assets.ngin.com/site_files/2782/favicon.png") no-repeat scroll center center;
}

#accountNav .currentSite a:hover {
    background: url("https://assets.ngin.com/site_files/2782/favicon.png") no-repeat scroll center center #cec88e;
}
.teamLinkContainer {
	display: none;

}

/* TEAM LINKS */

#teamLinks {
	height: 35px;
	padding: 0 18px;
}
#teamLinks li {
	float: left;
	list-style: none;
}
#teamLinks li a {
	height: 35px;
	width: 36px;
	display: block;
	background: url(teamlogos.png) no-repeat;
	position: relative;
	opacity: .75;
}
#teamLinks li a:hover {
	opacity: 1;
}
#teamLinks li a.usphl {
	width: 126px;
	background: url(usphl.png) no-repeat center;
	opacity: 1;
}
