/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { font-size:1.1em; z-index:999; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
ul#nav {
	height: 46px;
	margin:0;}
#nav li {
	list-style:none;
	position:relative;
}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:25px;}
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav li span {display: none; }
#nav li ul li span {display: block; }
#nav li ul span {white-space:normal; }


/************ 1ST LEVEL  ***************/
#nav li { float:left;}
#nav li.active a { color:#444; }
#nav a {float:left; display: block; height: 46px; cursor:pointer;}
#nav li.over a, #nav a:hover { color:#444; }
#nav li.over, #nav li.active {  }
#nav li.CALZADO {width:114px; height: 46px; padding: 0; background:url(../images/calzado.gif) no-repeat center top;}
#nav li.TEXTIL {width:104px; height: 46px; padding: 0; background:url(../images/textil.gif) no-repeat center top;}
#nav li.COMPLEMENTOS {width:191px; height: 46px; padding: 0; background:url(../images/complementos.gif) no-repeat center top;}
#nav li.BALONES {width:117px; height: 46px; padding: 0; background:url(../images/balones.gif) no-repeat center top;}
#nav li.ACB {width:73px; height: 46px; padding: 0; background:url(../images/acb.gif) no-repeat center top;}
#nav li.NBA {width:77px; height: 46px; padding: 0; background:url(../images/nba.gif) no-repeat center top;}
#nav li.EQUIPACIONES {width:172px; height: 46px; padding: 0; background:url(../images/equipaciones.gif) no-repeat center top;}
#nav li.OUTLET {width:108px; height: 46px; padding: 0; background: #ff1721 url(../images/outlet.gif) no-repeat center top;}

#nav li.CALZADO a {width:114px;}
#nav li.TEXTIL a {width:104px;}
#nav li.COMPLEMENTOS a {width:191px;}
#nav li.BALONES a {width:117px;}
#nav li.ACB a {width:73px;}
#nav li.NBA a {width:77px;}
#nav li.EQUIPACIONES a {width:172px;}
#nav li.OUTLET a {width:108px;}

#nav li.CALZADO a:hover {background:url(../images/calzado_on.gif) no-repeat center top;}
#nav li.TEXTIL a:hover {background:url(../images/textil_on.gif) no-repeat center top;}
#nav li.COMPLEMENTOS a:hover {background:url(../images/complementos_on.gif) no-repeat center top;}
#nav li.BALONES a:hover {background:url(../images/balones_on.gif) no-repeat center top;}
#nav li.ACB a:hover {background:url(../images/acb_on.gif) no-repeat center top;}
#nav li.NBA a:hover {background:url(../images/nba_on.gif) no-repeat center top;}
#nav li.EQUIPACIONES a:hover {background:url(../images/equipaciones_on.gif) no-repeat center top;}
#nav li.OUTLET a:hover {background:url(../images/outlet_on.gif) no-repeat center top;}


/************ 1ST LEVEL RESET ************/
#nav ul.level0 li, #nav ul.level0 li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#FFF url(../images/nav_divider.gif) repeat-x 0 100%;	
	}
#nav ul.level0 li.over {background:#900 url(../images/nav_divider.gif) repeat-x 0 100%;}
#nav ul.level0 li.last { background:#FFF; padding-bottom:0; }
#nav ul.level0 li a {
	width: 200px;
	height: 21px;
	line-height:14px;
	font-weight:normal;
	float:none;
	padding:0;
	background:#FFF url(../images/narrow_menu_li.gif) no-repeat 6px center;	
}
#nav ul.level0 li a:hover {
	color: #d7131c;
	background:#efefef url(../images/narrow_menu_li_on.gif) no-repeat 6px center;	
}


/************ 2ND LEVEL ************/
#nav ul.level0 {
	font-size: 11px;
	position: absolute;
	width: 200px;
	top:46px;
	left:-10000px;
	border:1px solid #484848;
}

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


#nav ul li a { background:#FFF; }
#nav ul li a:hover { background:#FFF; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}



/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }

/*
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }
*/

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}

