/* SURVIVOR styles */
#header {
	background:url(/mlb/images/fantasy/survivor/y2009/bg_hdr.jpg) 0 0 repeat-x;
}
#main {
	background:#b6b6b6 url(/mlb/images/fantasy/survivor/y2009/background.jpg) 0 0 repeat-y;
}
#content {
	background:url(/mlb/images/fantasy/survivor/y2009/background_top.jpg) no-repeat top left;
	width: 920px;
}
#header_links {
	background:url(/mlb/images/fantasy/survivor/y2009/bg_navlinks.gif);
	height: 37px;
}
#survivor_landing {
	border-bottom:solid 10px #eeaa3f;
	background: #00050c url(/mlb/images/fantasy/survivor/y2009/svr08_landing_bg.jpg) no-repeat;
	width:980px;
	height:660px;
}
#survivor_landing #login {
	float:left;
	padding:100px 0 0 78px;
}
#survivor_landing #register {
	float:left;
	padding:100px 0 0 38px;
}
#survivor_landing #rules {
	clear: both;
	padding:450px 120px 0 120px;
	color: #FFF;
	text-align: center;
}


#globalLinks {
	position: relative;
	z-index: 9999;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	height: 22px;
	list-style: none;
	font-size: 1em;
}
* html #globalLinks {
	height: 1px;
	padding-bottom: 0;
}
#globalLinks li {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#globalLinks li.nav_subsection {
	text-transform: uppercase;
}
#globalLinks li a {
	display: block;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}
#globalLinks li a.nav_arrow {
	padding-right: 18px;
	background: transparent url(/images/common/nav_arrow.gif) no-repeat top right;
	cursor: default;
	text-decoration: none;
}
#globalLinks li ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	display: none;
	width: 150px;
	margin: -1px 0 0 0;
	padding: 0;
	background: transparent; /*#0A2034; */
	background: #0A2034;
	filter: alpha(opacity=90); -moz-opacity:.90; opacity:.90;
	list-style: none;
	font-size: 11px;
}
#globalLinks li li ul { /* subnav items */
	display: block;
	position: static;
	width: auto !important;
	margin-bottom: 0;
}
#globalLinks li li ul li a {
	padding-left: 15px !important;
	text-transform: none;
}
#globalLinks li:hover ul,
#globalLinks li.over ul {
	display: block;
}
#globalLinks li:hover a,
#globalLinks li.over a,
#globalLinks li.on a {
	color: #fff;
}
#globalLinks li:hover li a,
#globalLinks li.over li a,
#globalLinks li.on li a {
	color: #fff;
}
#globalLinks li ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0A2034;
	background: #000;
	font-family:Trebuchet MS,Verdana,Arial,sans-serif;
	font-size:10px;
}
#globalLinks li li a {
	margin: 0 0;
	border-bottom: 1px solid #B0C5D6;
	font-weight: normal;
	padding:3px 0pt 4px 7px;
}
* html #globalLinks li li a { /* ie hack */
	height: 1px;
}
#globalLinks li li a:hover {
	color: #ccc;
	text-decoration: underline;
}
#globalLinks li.sep {
	padding: 0;
}

/*--- sub menu widths ---*/
#globalLinks #nav_more_games ul {
	width:154px;
}
