.nsgButton {

	background						: url(img/nsglogo.png) no-repeat !important ;
	_background						: url(img/nsglogo.jpg) no-repeat !important ;
	float							: right !important;
	
	-webkit-border-radius				: 0 4px 4px 0;
	-moz-border-radius					: 0 4px 4px 0;
	border-radius						: 0 4px 4px 0;
	/*behavior							: url(../scripts/css3pie/PIE.htc);*/
	
	-pie-png-fix						: true;
	
}

.nsgButton a {
	width							: 80px;
}

.nsgButton a  span {visibility:hidden;}

a {
	color							: #88b946;
}

a:hover {
	color							: red;
}

.logo img {
	margin							: 6px 0 0 22px;
}

.mainmenu li.selected a  {
	background						: url(img/headerHover.jpg) repeat-x top left;
}

.noSubNav {
	background						: #8abe42 url(img/subNavBG.jpg) repeat-x bottom left;
}

.gfxBorder {
	border-bottom					: #88b946 solid 1px;
}