/**
 * 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 */
#anav li { position:relative; text-align:left; }

/*#anav li.active { background:transparent url(../images/red-bg.gif) repeat top left; margin-top:-1px; padding-bottom:1px; }*/

#anav li.over { z-index:999; }
#anav a,
#anav a:hover { display:block; text-decoration:none; }
#anav span.menu-level-span { cursor:pointer; white-space:nowrap; border-right:1px solid #ffffff; padding-right:12px; }
#anav li ul span { white-space:normal; }

/************ 0 LEVEL  ***************/
#anav li.over a.menu-level, #anav a.menu-level:hover { background-color:#191919; }

/************ 1ST LEVEL ************/
#anav ul li,
#anav ul li.active { float:left; padding-bottom:1px; }
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#anav ul li.last { padding-bottom:0; }

#anav ul a,
#anav ul a:hover { float:none; padding:0; background:none; }

#anav li:last-child { overflow:hidden; }
#anav li:last-child a span { margin-right:-1px; }

#anav .level1-title { color:#ffffff; font-weight:bold; }

/************ 2ND LEVEL ************/
#anav ul {
  position:absolute;
  top:31px;
  left:-2000px;
  background-color: transparent;
  background-image:url(../images/menu-bg.png);
  padding:0px;
}

#anav ul.leisurewear { /*width:604px;*/ width:750px;  }
#anav ul.sportswear { width:755px; }
/*#anav ul.workwear { width:453px; }
#anav ul.workwear { width:604px; }*/
#anav ul.workwear { width: 744px; }
#anav ul.corporate { width:302px; }
#anav ul.schoolwear { width:453px; }
#anav ul.promotional { width:302px; }
#anav ul.webshops { width:300px; }
#anav ul.purehoodies { width:604px; }



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

/* #anav ul li a { background:#0A263D; } */
/* #anav ul li a:hover { background:#d5e4eb; } */
#anav ul li a { color: #ffffff !important; }
#anav ul span, #anav ul li.last li span {  }
#anav li.columns { text-transform:none; background: transparent url(../images/menu-splitter.gif) repeat top left; margin:10px 0px; }
#anav li.columns ul { width: auto; margin-right:-1px; /* hide the right column line */ }


#anav li.level1 { padding:0px 10px 10px 10px; float:left; }
#anav li.level1.extra-column { padding-top:22px; }
#anav li.level1 a { border:none; margin:0px; }
#anav li.level1 ul { padding-top:5px; }

#anav li.level2 { width:130px; }
#anav li.level2 a { padding-left:5px; }
#anav li.level2 a:hover { background-color:#ffffff; color:#000000 !important; padding-left:5px; }



/************ 3RD+ LEVEL ************/
#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul li { float: none; width:auto; }
#anav ul ul ul {  }
#anav ul ul ul li a { color: #FFFFFF !important; font-size: 11px; font-weight:normal; }

/** ie6 hack */
#anav li.over ul.shown-sub { left:0; }
#anav li.over li li ul.shown-sub { left:100px; }
#anav ul {
    top: 23px;
}
