/* 

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 36px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.league #nav {
	line-height: 38px;
}

ul#nav {
	float: left;
	display: inline;
	width: 982px;
}

.league ul#nav {
	float: left;
	width: 100%;
}


#nav a {
	color: #FFFFFF;
	display: block;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
	background-image: url(../images/nav-hover-league.png);
	color: #FFF;
}

#nav li {
	float: left;
	font-size: 12px;
}

#nav li ul {
	position: absolute;
	width: 16em;
	left: -999em;
	background-color: #DDD;
	z-index: 20;
	height: 20px;
	line-height: 20px;
	text-transform: none;
}

#nav li ul li a:hover, #nav li ul li ul li a:hover {
	background-color: #E72820;
	color: #FFF;
	text-decoration: none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -21px 0 0 16em;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul a {
	color: #000;
	background-image: none;
	text-align: left;
	text-indent: 5px;
	width: 16em;
	padding: 0;
	border-bottom: 1px solid #CCC;
	height: 20px;
	background-color: #DDD;
}

#nav li ul li ul a {
	width: 16em;
	color: #000;
}

*/

#nav {
	position:relative;
	background:no-repeat 100% 50%;
	width:100%; 
	max-width:100%; 
	float:left;
	text-align:center; 
	margin:0px; 
	padding-left:0px;
	line-height:36px;
	height: 36px;
}

#nav li ul {
	cursor:default; 
	width:100%; 
	max-width:100%; 
	position:absolute; 
	height:auto; 
	top: 36px;
	height: 36px;
	line-height: 36px; 
	padding: 0; 
	background-position:0 0 !important; 
	left:-3000px; 
	text-transform: none;
}

#nav li {
	cursor:pointer;
	float:left; 
	max-width:16.5%; 
	text-align:center; 
	list-style-type:none; 
	font-weight:bold; 
	padding: 0 4px; 
	text-transform: uppercase; 
	font-size:12px; 
	font-family:Arial; 
	line-height:36px;
}

#nav li ul li {
	padding:0 10px 0 0; 
	border:none; 
	width:auto; 
	max-width:none; 
	background:none;
	text-transform: none;
	font-size: 11px;
	line-height: 36px;
}

#nav li a {
	color:white; 
	text-decoration:none; 
	display:block; 
	float:left; 
	padding: 0 .4em; 
	text-align:center;
}

#nav li a:hover {
	background-color: #CBCDE2;
	color: #282882;
}

#nav li ul li a {
	position:relative !important; 
	cursor:pointer !important; 
	white-space:nowrap; 
	line-height:30px; 
	height:30px; 
	font-weight:bold; 
	color: black; 
	background-position:0 50% !important;
}

#nav li ul li a:hover {
	color:#282882;
}

body #nav li.nav_last {
	background-image:none;
}
#nav li.last a {
	background: none;
}