/* menu navigation */

#menu {
	display: block;
	position: absolute;
	top: 39px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	background-color: #F2F2F2;
	border: none;
}

/*invisible for ie\*/

html[xmlns] #menu {
	right: 20px;
}

/*  */


#menu a {
	display: block;
	padding: 0px;
	margin 0px;
	text-indent: -2000px;
	height: 17px;
	float: left;
	margin-left: 4px;
	font: 12px  TradeGothic Bold, sans-serif, Helvetica, verdana, Arial;
	text-transform: uppercase;
	background-color: #FF4E00;
}

#menu a:hover, #menu .active a {
	color: white;
	background-color: #740072;
	background-position: 7px -20px;
}

#join a {
	margin-left: 2px;
	background: url(images/join.gif) 7px 0px no-repeat #FF4E00;
	width: 68px;
}


#control a {
	margin-left: 2px; /* remove this line if you want to re-enable login box */
	background: url(images/control.gif) 7px 0px no-repeat #FF4E00;
	width: 58px;
}


#careers a {
	background: url(images/careers.gif) 7px 0px no-repeat #FF4E00;
	width: 71px;
}

#qtv a {
	background: url(images/menuqtv.gif) 7px 0px no-repeat #FF4E00;
	width: 35px;
}

#sitemap a {
	background: url(images/sitemap.gif) 7px 0px no-repeat #FF4E00;
	width: 63px;
}

#myq a {
	margin-left: 2px;
	background: url(images/myq.gif) 7px 0px no-repeat #FF4E00;
	width: 39px;
}


/*invisible for ie\*/

html[xmlns] #menu a{
	margin-left: 4px;
}

/*  */



/* episode navigation */

#episode {
	display: block;
	position: absolute;
	top: 60px;
	right: -4px; /* reset back to left:-45px if you want to re-enable login box */
	height: 38px;
}
html>body #episode { 
	right: 15px; /* remove this line if you want to re-enable login box */
}
#episode .headline {
	float: left;
	text-align: center;
	width: 61px;
	margin-right: 4px;
}


#episode a, #episode .active a, #episode .inactive a {
	float: left;
	margin-right: 4px;
	padding-left: 3px;
	padding-top: 18px;
	width: 38px;
	height: 32px;
	background-color: #C9C9C9;
	font-size: 9px;
	color: white;
}

div>#episode a, div>#episode .active a, div>#episode .inactive a {
	width: 35px;
	height: 14px;
}

#episode a:hover, #episode .active a, #episode .selected a:hover {
	background-color: #740072;
	color: white;
}

#episode .inactive a:hover {
	background-color: #C9C9C9;
}
	

#episode .selected a {
	background-color: #BA83B9;
}

#episode .inactive a {
	padding-top: 0px;
	height: 16px;
}


#banner {
	display: block;
	width: 740px;
	height: 17px;
	position: absolute;
	top: 39px;
	left: 20px;
	background: url(images/banner.gif) no-repeat #FF4E00;
}