#masthead-wrap {
	margin: 0 auto;
	width: 976px; 
	height: 168px;
	background: #000 url(/images/masthead.jpg) top left no-repeat;
}

#masthead {
	width: 960px; 
	height: 168px;
	margin: auto;
}

#masthead #masthead-logo {
	width: 208px;
	height: 168px;
	float: left;
}

#masthead #masthead-logo h1 {
	display: inline;
	width: 208px;
	margin: 0;
}

#masthead #masthead-logo h1 a {
	display: block;
	width: 208px;
	height: 168px;
}

#masthead #masthead-logo h1 a span {
	display: none;	
}

#masthead #masthead-main {
	position: relative;
	width: 748px;
	height: 160px;
	float: right;
}

#masthead #masthead-main #masthead-leaderboard {
	width: 728px;
	height: 90px;
	position: absolute;
	top: 8px;
	right: 0;
}

#masthead #masthead-main #leaderboard-interactive {
	width: 728px;
	height: 90px;
	float: right;
}

#masthead #masthead-main #masthead-menu-links {
	position: absolute;
	top: 106px;
	right: 1px;
	width: 748px;
	height: 26px;
}

#masthead #masthead-main #masthead-menu-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#masthead #masthead-main #masthead-menu-links ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
}

#masthead #masthead-main #masthead-menu-links a {
	display: block;
	width: 102px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/masthead-link2.png) 0 0 no-repeat;
}

#masthead #masthead-main #masthead-menu-links a.mctv {
	color: #db0026;
}

#masthead #masthead-main #masthead-menu-links a.mctv:hover {
	color: #f1d118;
}

#masthead #masthead-main #masthead-menu-links a.active {
	background: url(/images/masthead-link2.png) 0 -24px no-repeat;
}

#masthead #masthead-main #masthead-menu-links a:hover {
	background: url(/images/masthead-link2.png) 0 -24px no-repeat;
	color: #fff;
}

#masthead #masthead-main #masthead-menu-links ul li a span {
	display: block;
	padding-top: 5px;
}

#masthead #masthead-main #masthead-menu-tabs {
	position: absolute;
	top: 136px;
	right: 0;
	width: 748px;
	height: 32px;
}

#masthead #masthead-main #masthead-menu-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#masthead #masthead-main #masthead-menu-tabs ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
}

#masthead #masthead-main #masthead-menu-tabs a {
	display: block;
	width: 120px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 9pt;
	letter-spacing: -0.25px;
	font-weight: bold;
	background: url(/images/masthead-tab2.png) 0 0 no-repeat;

}

#masthead #masthead-main #masthead-menu-tabs li#masthead-menu-tab-active a {
	background: url(/images/masthead-tab2.png) 0 -32px no-repeat;
	color: #fff;
}

#masthead #masthead-main #masthead-menu-tabs a:hover {
	background: url(/images/masthead-tab2.png) 0 -32px no-repeat;
	color: #fff;
}

#masthead #masthead-main #masthead-menu-tabs ul li a span {
	display: block;
	padding: 9px 0 6px 0;
}

