/**
 * 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 { position:relative; width: 990px; margin-left: 8px; height: 71px; background: transparent; clear: both; overflow: hidden; }
#nav a { display: block; height: 25px; padding: 14px 0 0 0; color:#662837; background: transparent; text-align: center; font-weight:bold; font-size:13px; line-height: 14px; text-decoration: none; white-space: nowrap;}

#nav li { float: left; }
#nav ul.level0 { position:absolute; top: 43px; left:0px; display:none; width:980px; height: 71px; }
#nav li.active ul { display:block }
#nav li.active ul ul { display:block }

#nav li ul ul { display: none; }

#nav li.active ul ul { display:none;}

/* special colors for navigation issues */
#nav li.nav-1 a,
#nav li.nav-1 a:active,
#nav li.nav-1 a:visited,
#nav li.nav-1 a:link { width: 158px; background: url(../images/_navigation/topnav/topnav_01.gif) no-repeat 0% 0% transparent; }
#nav li.nav-1 li.level1 a:hover,
#nav li.nav-1 li.level1.active a { background-color: #b58b32; border: 1px solid #ddc9a0; margin: 0px; }


#nav li.nav-2 a,
#nav li.nav-2 a:active,
#nav li.nav-2 a:visited,
#nav li.nav-2 a:link { width: 121px; background: url(../images/_navigation/topnav/topnav_02.gif) no-repeat 0 0 transparent; }
#nav li.nav-2 li.level1 a:hover,
#nav li.nav-2 li.level1.active a { background-color: #e5a844; border: 1px solid #f2d4a2; margin: 0px; }


#nav li.nav-3 a,
#nav li.nav-3 a:active,
#nav li.nav-3 a:visited,
#nav li.nav-3 a:link { width: 111px; background: url(../images/_navigation/topnav/topnav_03.gif) no-repeat 0 0 transparent; }
#nav li.nav-3 li.level1 a:hover,
#nav li.nav-3 li.level1.active a { background-color: #e9831e; border: 1px solid #f4bd88; margin: 0px; }


#nav li.nav-4 a,
#nav li.nav-4 a:active,
#nav li.nav-4 a:visited,
#nav li.nav-4 a:link { width: 83px; background: url(../images/_navigation/topnav/topnav_04.gif) no-repeat 0 0 transparent; }
#nav li.nav-4 li.level1 a:hover,
#nav li.nav-4 li.level1.active a { background-color: #d56f22; border: 1px solid #e8b187; margin: 0px; }


#nav li.nav-5 a,
#nav li.nav-5 a:active,
#nav li.nav-5 a:visited,
#nav li.nav-5 a:link { width: 189px; background: url(../images/_navigation/topnav/topnav_05.gif) no-repeat 0 0 transparent; }
#nav li.nav-5 li.level1 a:hover,
#nav li.nav-5 li.level1.active a { background-color: #cd5443; border: 1px solid #e4a39a; margin: 0px; }


#nav li.nav-6 a,
#nav li.nav-6 a:active,
#nav li.nav-6 a:visited,
#nav li.nav-6 a:link { width: 83px; background: url(../images/_navigation/topnav/topnav_06.gif) no-repeat 0 0 transparent; }
#nav li.nav-6 li.level1 a:hover,
#nav li.nav-6 li.level1.active a { background-color: #ae966e; border: 1px solid #d5c8b0; margin: 0px; }


#nav li.nav-7 a,
#nav li.nav-7 a:active,
#nav li.nav-7 a:visited,
#nav li.nav-7 a:link { width: 104px; background: url(../images/_navigation/topnav/topnav_07.gif) no-repeat 0 0 transparent; }
#nav li.nav-7 li.level1 a:hover,
#nav li.nav-7 li.level1.active a { background-color: #acb575; border: 1px solid #e0e3cc; margin: 0px; }


#nav li.nav-8 a,
#nav li.nav-8 a:active,
#nav li.nav-8 a:visited,
#nav li.nav-8 a:link { width: 133px; background: url(../images/_navigation/topnav/topnav_08.gif) no-repeat 0 0 transparent; }
#nav li.nav-8 li.level1 a:hover,
#nav li.nav-8 li.level1.active a { background-color: #df380d; border: 1px solid #f0a38f; margin: 0px; }

#nav li a:hover,
#nav li.active a { background-position: 0% 100% !important; }

#nav li.level1 a { float: left; margin: 1px; background-image: none !important; width: auto !important; height: auto !important; padding: 4px 10px !important; }

/* hide invisible categories in top menu */
#nav li.nav-9 { display: none; }