/**
 * 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)
 */

#nav { float: right; height: 75px; padding-right: 30px; overflow:hidden; }
#nav li { float:left; }
#nav a { float:left; height:0; overflow:hidden; font-weight:bold;padding-top:50px; margin-top: 2px; display: block; cursor:pointer;}
#nav ul ul { top:5px; }
#nav li.nav-home a { width:105px; background:url(../images/nav-home.png) no-repeat 0 0;}
#nav li.nav-browse-all a { width:170px; background:url(../images/nav-browse-all.png) no-repeat 0 0;}
#nav li.nav-men a { width:91px; background:url(../images/nav-men.png) no-repeat 0 0;}
#nav li.nav-men.active a { background:url(../images/nav-men-active.png) no-repeat 0 0; padding-top:75px;}
#nav li.nav-women a { width:124px; background:url(../images/nav-women.png) no-repeat 0 0;}
#nav li.nav-women.active a { background:url(../images/nav-women-active.png) no-repeat 0 0; padding-top:75px;}
#nav li.nav-kids a { width:94px; background:url(../images/nav-kids.png) no-repeat 0 0;}
#nav li.nav-kids.active a { background:url(../images/nav-kids-active.png) no-repeat 0 0; padding-top:75px;}
#nav li.nav-gear a { width:99px; background:url(../images/nav-gear.png) no-repeat 0 0;}
#nav li.nav-gear.active a { background:url(../images/nav-gear-active.png) no-repeat 0 0; padding-top:75px;}
#nav li a:hover { background-position:right 0;}
.cms-home #nav li.nav-home { background:url(../images/nav-home-active.png) no-repeat 0 0; margin-top:0; padding-top:75px;}



