#teamLogoMenu{
	float:left;
	height:31px;
	/* background:#1b1b19 url(../img/teamnav.gif) top left repeat-x; */
	z-index:1100;
	margin:auto;
	width:100%;
	}
#teamLogoMenu .tmContainer{
	width:990px;
	margin:auto;
	}
#teamLogoMenu .tmShield{
	float:left;
	padding-right:7px;
	}
#teamLogoMenu *:focus{
	outline:0;
	}
#teamLogoMenu ul.newList *{
	text-transform:uppercase;
	font-size:11px;
	font-family:arial;
	margin:0;
	padding:0;
	z-index:1000;
	}
#teamLogoMenu ul.newList{
	margin:0;
	padding:0;
	padding-top:2px;
	list-style:none;
	color:#fff;
	background:#000;
	position:absolute;
	display:none;
	border:none;
	top:21px;
	left:0;
	overflow:auto;
	z-index:1000;
	}
#teamLogoMenu .newListSelected{
	margin-top:5px;
	padding-right:10px;
	text-indent:7px;
	width:186px;
	color:#fff;
	height:21px;
	float:left;
	background:url(../img/networkNavBg.gif) no-repeat;
	background-position:0 0;
	z-index:1000;
	}
#teamLogoMenu .newListSelected:hover{
	background-position:0 -21px;
	z-index:1000;
	}
#teamLogoMenu .newListSelected span{
	width:186px;
	display:block;
	z-index:1000;
	}
#teamLogoMenu ul.newList li{
	margin:0;
	padding:0;
	height:18px;
	z-index:1000;
	}
#teamLogoMenu .selectedTxt{
	width:186px;
	font-size:10px;
	overflow:hidden;
	height:21px;
	margin-top:4px;
	z-index:1000;
	}
	* html #teamLogoMenu .selectedTxt { height:17px;}
#teamLogoMenu .hiLite{
	background:url(../img/networkNavBgHover.gif) no-repeat;
	color:#fff!important;
	z-index:1000;
	}
#teamLogoMenu .newListHover{
	background:url(../img/networkNavBgHover.gif) no-repeat;
	color:#fff!important;
	cursor:pointer;
	z-index:1000;
	}
#teamLogoMenu .newListSelHover{
	cursor:pointer;
	z-index:1000;
	}
#teamLogoMenu .newListOptionTitle{
	font-weight:bold;
	z-index:1000;
	}
#teamLogoMenu .newListOptionTitle ul{
	margin:3px 0 0;
	z-index:1000;
	}
#teamLogoMenu .newListOptionTitle li{
	font-weight:normal;
	border-left:1px solid #ccc;
	z-index:1000;
	}
#teamLogoMenu .teamList{
	width:372px;
	}
#teamLogoMenu .affiliateList{
	width:186px;
	}
#teamLogoMenu .playerList{
	width:186px;
	}
#teamLogoMenu #teamTable td li{
	background-image:none;
	background-color:#000;
	}
#teamLogoMenu #teamTable td li:hover{
	background-image:url(../img/networkNavBgHover.gif);
	cursor:pointer;
	}