body { 
	background: #0c0c0c;
}

#siteHeader { background-image: url(siteHeader.jpg); height: 200px; }

/* Nav Colors */

#topNav table .selected:link, #taopNav table .selectes:visited, #topNav table a:hover {
	background: #727272; /* Old browsers */
	background: -moz-linear-gradient(top, #727272 0%, #7e7e7e 34%, #4e4e4e 36%, #3c3c3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#727272), color-stop(34%,#7e7e7e), color-stop(36%,#4e4e4e), color-stop(100%,#3c3c3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* W3C */
}


#topNav table a {
	background: #3a1751; /* Old browsers */
	background: -moz-linear-gradient(top, #3a1751 0%, #3a1751 34%, #220c30 36%, #220c30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a1751), color-stop(34%,#3a1751), color-stop(36%,#220c30), color-stop(100%,#220c30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a1751 0%,#3a1751 34%,#220c30 36%,#220c30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a1751 0%,#3a1751 34%,#220c30 36%,#220c30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a1751 0%,#3a1751 34%,#220c30 36%,#220c30 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3a1751 0%,#3a1751 34%,#220c30 36%,#220c30 100%); /* W3C */
	
}

.subNav .parents .selected a {
	background: #727272; /* Old browsers */
	background: -moz-linear-gradient(top, #727272 0%, #7e7e7e 34%, #4e4e4e 36%, #3c3c3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#727272), color-stop(34%,#7e7e7e), color-stop(36%,#4e4e4e), color-stop(100%,#3c3c3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #727272 0%,#7e7e7e 34%,#4e4e4e 36%,#3c3c3c 100%); /* W3C */
}

.scoreboardRibbon .game .boom { color: #999; }