
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	padding: 0px; border-top: 1px solid #333 width: 990px;
}
.sf-nav-item {
	text-align: center; border-right: 1px solid #333; padding-top:1px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/* width:			175px;  left offset of submenus need to match (see below) */  /*  REMOVED to get 2-column team drop-downs in League site.  nep  sep 2008 */
	max-width:			350px;                                                        /*  ADDED   to get 2-column team drop-downs in League site.  nep  sep 2008 */
	height: 20px;
}
.sf-menu ul li {
	width:			175px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			20px; /* match top ul list item height */
	z-index:		30001;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index:		30001;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
	z-index:		30001;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index:		30001;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
	z-index:		30001;
}

.sf-menu {
	float:			left;
	color: #ffffff;
	z-index:		30001;
}
.sf-menu a {
	text-decoration:none;
	font: bold 10px verdana;
	padding-top: 3px;
	z-index:		30001;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
	z-index:		30001;
}

.sf-menu li {
	height: 20px;
	z-index:		30001;
}
.sf-menu li li {
	height: 20px;
	background: #333333 url(../images/navSprite.png);
	background-position: 0px -40px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	text-indent: 10px;
	z-index:		30001;
}
.sf-menu li li li {
	height: 20px;
	background:#333333 url(images/default/navSprite.png) repeat scroll 0 -40px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	text-indent: 10px;
	z-index: 30001;
}

.sf-menu li:hover {
	background:transparent url(/images/default/navSprite.png) no-repeat scroll left bottom;
  	color: #ffffff;	
}

#navScores     { width: 68px; background-position:    0px  -20px; }
#navStandings  { width: 91px; background-position:  -69px  -20px; }
#navNews       { width: 55px; background-position:  -161px -20px; }
#navVideo      { width: 60px; background-position:  -217px -20px; }
#navSchedule   { width: 84px; background-position:  -278px -20px; }
#navStats      { width: 59px; background-position:  -363px -20px; }
#navFantasy    { width: 75px; background-position:  -423px -20px; }
#navPlayers    { width: 73px; background-position:  -499px -20px; }
#navTeams      { width: 61px; background-position:  -573px -20px; }
#navNhlNetwork { width: 97px; background-position:  -635px -20px; }
#navFans       { width: 58px; background-position:  -733px -20px; }
#navMobile     { width: 67px; background-position:  -792px -20px; }
#navTickets    { width: 72px; background-position:  -860px -20px; border-right: 0px; }
    #navTickets ul { margin-left: -47px; }
#navShop       { width: 58px; background-position:  -932px -20px; border-right: 0px; }
    #navShop a:hover { color: #fff; }
    #navShop ul { margin-left: -119px; }
    #navShop ul li a:link, #navShop ul li a:visited { color: #fff; }

.sf-menu li ul li:hover {
	background-image: none;
	background-color: #0486d2;
	color: #ffffff;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.np-menu ul {
	position:		absolute;
	top:			-999em;
	width:			350px;  
	height: 20px;
}
.np-menu ul li {
	width:			350px;
}
ul.np-menu li li.sfHover ul {
	left:			350px;  
	top:			0;
	z-index:		30001;
}
ul.np-menu li li li.sfHover ul {
	left:			350px;  
	top:			0;
	z-index:		30001;
}

.sf-nav-active-item { color: #fff !important; }

#navWestern, #navEastern, #navCentral, #navNorthwest, #navPacific, #navAtlantic, #navNortheast, #navSoutheast {
	background: #333333 url(../images/navSprite.png);
}
#navWestern {
	background-position: 0px -60px;	
}
#navEastern {
	background-position: 0px -80px;	
}
#navCentral {
	background-position: -175px -60px;		
}
#navNorthwest {
	background-position: -350px -60px;		
}
#navPacific {
	background-position: -525px -60px;		
}
#navAtlantic {
	background-position: -175px -80px;		
}
#navNortheast {
	background-position: -350px -80px;		
}
#navSoutheast {
	background-position: -525px -80px;		
}

