/**
 * 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 { padding:0 25px; font-size:1.1em; border-top: 1px solid #555; border-bottom: 1px solid #777; width: 539px; float: left; font-weight:bold; background-color:#111; }
#nav-right { padding:0 25px; font-size:1.1em; border-top: 1px solid #555; border-bottom: 1px solid #777; width: 261px; float: right; font-weight:bold; background-color:#111; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; float: left;}
#nav li.over { z-index:999; }
#nav a, #nav a:hover, #nav-right a, #nav-right a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span, #nav-right span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li .active, #nav li ul li .active, #nav-right li .active { color: #CE7A2B; }

/************ 0 LEVEL  ***************/
#nav li { font-size: 14px; text-transform: uppercase; }
#nav-right li { float:right; font-size: 14px; text-transform: uppercase; }
#nav li.active a { color:#fff; }
#nav a { float:left; padding:3px 25px 2px 0; color:#fff; }
#nav-right a { float:left; padding:3px 0 2px 21px; color:#fff; }
#nav li.over a,
#nav a:hover, #nav-right a:hover { color:#CE7A2B; }
#nav li.level1 {}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { margin:0; text-transform: none; }
#nav ul li.last { padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:left; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
ul.level1 { width: 539px; float: left; padding: 5px 0 0 25px; }
ul.level1 li { float: left; }
ul.level1 li a { color:#fff; padding: 2px 18px 1px 0; font-weight:bold;}
ul.level1 li a:hover { color:#CE7A2B; }

/* 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 { padding: 10px 12px 0 0; }
#nav ul li a:hover { padding: 10px 12px 0 0; }
#nav ul li a,
#nav ul li a:hover { }
#nav ul span, #nav ul li.last li span { color: #fff; font-size: 12px; }
#nav ul li a:hover span { color: #CE7A2B; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }


/* Custom CMS colouring */
.cms-reloads-in-seconds li a#reloads, 
.cms-how-it-works li a#how,
.cms-fitment-and-assembly li a#assembly,
.cms-faqs li a#faqs,
.cms-testimonials li a#testimonials,
.cms-an-innovative-idea li a#an,
.cms-terms-and-legal li a#terms,
.cms-versatility li a#versatility,
.category-cutting-heads li a#cutting,
.category-machines li a#machines,
.category-reloads li a#reloads,
.category-other li a#other,
.category-product-selector-straight li a#product,
.category-product-selector-bent li a#product,
.category-product-selector-electric  li a#product,
.cms-latest-brochure li a#latest,
.cms-product-selector li a#product,
.cms-shipping li a#shipping,
.cms-shipment-returns li a#shipment {
color: #CE7A2B; 
}
