html {
	background: #181818 url(background.jpg) top center no-repeat;
}
body {
	background: transparent none;
}
#accountNav .currentSite a#edit_membership {
	border: none;
}
#accountNav .currentSite {
	display: block;
}
#accountNav .currentSite a {
	background: none;
}
#accountNav .currentSite a#edit_membership:hover, #accountNav .currentSite a:hover {
	background: none;
	color: #ccc;
}
#siteHeader {
	background: url(pageHeader.jpg);
	height: 120px;
	padding-top: 0px;
	margin-bottom: 35px;
}
#siteHeader .adminToggle {
	top: 31px;
}
#siteHeader #adminNav {
	right: 70px;
	top: 31px;
}
#topNav {
	background: url(topNav.jpg) 0 0 no-repeat;
	overflow: visible;
}
#topNav tr td.selected a {
	color: #CCC;
}
#topNav td ul li a {
	background: #3e3e3e;
	background: -moz-linear-gradient(top, #3e3e3e 0%, #0d0d0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #0d0d0d));
	background: -webkit-linear-gradient(top, #3e3e3e 0%, #0d0d0d 100%);
	background: -o-linear-gradient(top, #3e3e3e 0%, #0d0d0d 100%);
	background: -ms-linear-gradient(top, #3e3e3e 0%, #0d0d0d 100%);
	background: linear-gradient(to bottom, #3e3e3e 0%, #0d0d0d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#0d0d0d', GradientType=0 );
}
#topNav td ul li:hover > a, #topNav td ul li.hover > a {
	background: #505050;
	background: -moz-linear-gradient(top, #505050 0%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #424242));
	background: -webkit-linear-gradient(top, #505050 0%, #424242 100%);
	background: -o-linear-gradient(top, #505050 0%, #424242 100%);
	background: -ms-linear-gradient(top, #505050 0%, #424242 100%);
	background: linear-gradient(to bottom, #505050 0%, #424242 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#424242', GradientType=0 );
	border-color: #424242;
}
#topNav tr td a:hover {
	color: #fff;
}
#displayBodyHeader {
	display: none !important;
}
