/**
 * 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-container{height:63px;}
#nav { padding:0; font-size:1.1em; text-align:center; position:relative; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li.level0 { border-top:1px solid #635952;border-left:1px solid #635952;border-right:1px solid #635952; border-bottom:1px solid #635952;}
#nav li.over { z-index:999; border-top:1px solid #b9b4b1;border-left:1px solid #b9b4b1;border-right:1px solid #b9b4b1;border-bottom:1px solid #635952; background-color:#7a7470; }
#nav a,
#nav a:hover { display:inline; line-height:1.3em; text-decoration:none; }
#nav span { display:inline; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li.active a { color:#FFF; }
#nav a {  padding:0; color:#CCC; font-weight:normal; }
#nav li.over a,
#nav a:hover { color:#FFF; }
#nav li.level0{  padding:0 25px; height:30px;}
#nav ul.level0{ line-height:30px; height:30px;background-color:#7a7470;border-bottom:1px solid #b9b4b1;}
#nav li.level0 a{ line-height:31px;}
/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {margin:0; padding-bottom:0; background:transparent; text-align:center; }
#nav ul li.over {border-right:1px solid #fff; }
#nav ul li.last { background:transparent; padding-bottom:0; }

#nav ul a,
#nav ul a:hover {padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:990px; top:30px; left:-10000px; border-top:1px solid #b9b4b1; text-align:center; background-color:#7a7470; padding:0; }
#nav ul li{display:inline; font-size:14px; margin: 0px 0px; padding: 0 15px;}
/* Show menu */
#nav li.active > ul { left:0;z-index:1; }
#nav li.over > ul { left:0;z-index:999; }
#nav li.over > ul li.over > ul { left:100px; z-index:999;}
 
#nav li.over ul ul { left:-10000px;z-index:999; }

#nav ul li a { }
#nav ul li a:hover { color:#999999; }

#nav ul li.over { border-right:1px solid #fff !important; color:#999 !important; }
#nav ul li a { color:#FFF !important; }
#nav ul li a:hover { color:#CCC !important; }
#nav ul span, #nav ul li.last li span { padding:0;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

#nav li.level-top{ text-align:center; display:inline;  margin:0px; line-height:35px; font-size:22px; font-weight:normal; font-family:"Times New Roman", Times, serif;}
#nav li.active{ border-top:1px solid #b9b4b1;border-left:1px solid #b9b4b1;border-right:1px solid #b9b4b1;border-bottom:1px solid #635952; background-color:#7a7470;}
#nav li.over > ul li.over{ border: solid 0px; z-index:999;}
#nav li ul li.active{ border: solid 0px; margin: 0px 0px; border-right: 1px solid #FFF; }

/****ROLLACTIVE IS A DG CUSTOMIZATION CHECK OUT varien/menu.js before upgrading ***/
#nav li.rollactive{ border-top:1px solid #635952;border-left:1px solid #635952;border-right:1px solid #635952;border-bottom:1px solid #635952; background-color:#635952;}

#nav ul li.level1{border-right:1px solid #fff;}
#nav ul li.level1.last{border-right:0px;}
#nav ul li.level1.last.over{border-right:0px !important;}


