/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL: 
 * http: //opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http: //www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http: //www.varien.com)
 * @license    http: //opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#header_nav {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background: url(../images_n/nav.gif) left bottom no-repeat;
	height: 46px;
	width: 635px;
	z-index: 999;
}

#header_nav a {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	display: block;
	z-index: 999;
	border-right: 1px solid #000000;
	padding: 0px 10px;
}
#header_nav a:hover {
	text-decoration: none;
	color: #3e3943;
	z-index: 999;
}
#header_nav li.over { z-index: 999; }
/************ 0 LEVEL  ***************/
#header_nav li {
	float: left;
	line-height: 11px;
	padding: 17px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	font-size: 12px;
	z-index: 999;
	height: 15px;
}
#header_nav li.nav-soccer-jerseys ul {
   padding-top: 10px;
}
#header_nav li.nav-soccer-jerseys li {
	height: inherit!important; 
	height: auto;
}
#header_nav li.nav-soccer-jerseys li a {
	line-height: 13px;
}

#header_nav li.last a {
	border: none;
}
/************ 1ST LEVEL ************/
#header_nav ul li,
#header_nav ul li.active { 
	float: left;
	padding: 5px 0px 5px 3px; 
	color: #182334; 
	background: #FFFFFF url(../images_n/arrow_icon_red.gif) 10px 8px no-repeat; 
	display: block;
	width: 18em;
	z-index: 999;
}
#header_nav ul li.union_img {
    padding: 5px 0px 0px 5px;
	height: inherit!important;
	height: auto;
}

/*#header_nav ul li.over { background: #d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#header_nav ul li.last { 
	padding-bottom: 0; 
}

#header_nav ul a,
#header_nav ul a:hover { 
	float: none;
	border: none;
	font-weight: normal !important; 
	color: #182334;
	z-index: 999;
}
#header_nav ul a:hover { 
	text-decoration: underline;
}

/************ 2ND LEVEL ************/

#header_nav ul { 
	position: absolute; 
	width: 37em; 
	top: 46px;
	padding-bottom: 10px;
	left: -2000px;
	border-bottom: 3px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	background: #FFFFFF;
	float: left;
	display: block;
	z-index: 999;
}


#header_nav_frame {
    z-index: -1;
	border: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: -1px;
	width: 37em;
	height: 460px;
}

#header_nav_frame_nhl {
    z-index: -1;
	border: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: -1px;
	width: 37em;
	height: 410px;
}

#header_nav_frame_mlb {
    z-index: -1;
	border: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: -1px;
	width: 37em;
	height: 430px;
}
#header_nav_frame_nba {
	z-index: -1;
	border: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: -1px;
	width: 37em;
	height: 410px;
}

#header_nav_frame_soc {
	z-index: -1;
	border: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: -1px;
	width: 37em;
	height: 507px;
}

#header_nav ul.level1 {
    z-index: 999;
}

/* Show menu */
#header_nav li.over > ul { 
	left: 0; 
}
#header_nav li.over > ul li.over > ul { 
	left: 0px; 
}
/* #header_nav li.over ul ul { left: -10000px; } */

/* #header_nav ul li a { background: #0A263D; } */
/* #header_nav ul li a:hover { background: #d5e4eb; } */
#header_nav ul li a { 
	color: #182334 !important; 
	padding: 0px 15px 0px 14px;
}
#header_nav ul li a:hover { 
	color: #182334 !important; 
}
#header_nav ul span, #header_nav ul li.last li span { 
	padding: 3px 0px 2px 0px;
}
#header_nav li.columns { 
	width: 12em; 
}
#header_nav li.columns ul { 
	width: auto; 
}
#header_nav li li li li span { 
	padding: 0 0 0 0px; 
}


/************ 3RD+ LEVEL ************/
#header_nav ul ul { 
	border: 0px;
	padding: 0px;
	margin: 0px;
	left: 0; 
	top: 0; 
	position: relative; 
	background: none; 
	line-height: 11px;
	height: auto;
	z-index: 999;
}
#header_nav ul ul li {
	float: none; 
	padding: 3px 0px 0px 10px;
	margin: 0px;
	background-position: 10px 6px;
}
#header_nav ul ul li a {
    padding: 0px 0px 0px 10px;
}
#header_nav ul ul ul { 
	margin-left: 10px; 
}
#header_nav ul ul ul li a { 
	color: #FFFFFF !important; 
	font-size: 0.95em; 
}

/** ie6 hack */
#header_nav li.over ul.shown-sub { 
	left: 0;
}
#header_nav li.over li li ul.shown-sub { 
	left: 0px; 
}