/**
 * 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)
 */

/********** < Navigation */
#nav { font-size:12px; margin-left:-10px; padding: 0px; color: #fff; font-weight: bold; }

/* All Levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent { background:  url(../images/vert_nav_bg.gif) repeat-x; }

/* 0 Level */
#nav li { float:left; border-left:1px; }
#nav li.active a { color:#fff; background: url(../images/bg_navigation_active.gif) 50% 0 no-repeat; }
#nav li li.active{border-right: none;}
#nav li li a{border-right: none; background:  url(../images/vert_nav_bg.gif) repeat-x; color: #000;}
#nav li.active li a{ color:#000; background:  url(../images/vert_nav_bg.gif) repeat-x; border-right: none; }
#nav li a{ float:left; padding: 12px 20px 12px 20px; border-right:1px solid #400805;  color:#fff; font-weight:bold; }
#nav li.over, #nav a:hover { color:#fff;background: url(../images/bg_navigation_active.gif) 50% 0 no-repeat; }

#nav ul li.over a{background: #fff;}
#nav a:hover { color:#fff; }
#nav li li a:hover{color: #000000;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; background:#ddd; }
#nav ul li.over {}
#nav ul li.last { padding-bottom:0; }

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

/* 2nd leven */
#nav ul { position:absolute; width:15em; top:40px; left:-10000px; border-right:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; border-left:1px solid #cfcfcf;   }

/* 3rd+ Level */
#nav ul ul { top:5px;border: 1px solid #333 }

/* 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: 4px;background: url(../images/vert_nav_bg.gif) repeat-x; color:#000;border-right: none; }
#nav ul li a:hover { background: url(../images/nav_second_hover.gif) repeat-x; color:#fff !important;padding: 4px;}
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
/********** Navigation > */
/* ======================================================================================= */
#vertical-nav{margin-bottom:1.5em;font-weight: bold; }
#vertical-nav h2, .navinfo h2{padding:10px 10px; background:url(../images/bg_header.gif) repeat-x; color: #fff; font-size: 12px;font-weight: bold;}
#vertical-nav ul{ list-style-type:none;  padding:0;   margin:0}

#vertical-nav ul li{ margin:0;  padding:0;  display:block}
#vertical-nav ul li{}
#vertical-nav ul ul li{}
#vertical-nav ul ul li a{background:#none}
#vertical-nav ul li a{color: #757575; display:block;  padding:8px;  margin:0; background: url(../images/vert_nav_bg.gif) repeat-x;  text-decoration:none; border:1px solid #ebebeb; border-width:1px 1px 0px 1px;  height:15px; border-bottom: 1px solid #dcdcdc;}
#vertical-nav ul li a:hover{ background-color:#b6ea72; color:#303d20}
#vertical-nav ul li .open{ background-color:#90d339; color:#303d20; font-weight:bold}

#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen{ color:#757575; font-weight:bold}
#vertical-nav .final{background-color:#ECECEC; }

#vertical-nav ul ul li a{ padding-left:20px}

#vertical-nav ul ul ul li a{ padding-left:40px}

#vertical-nav a{ color:#000}
#vertical-nav a:hover{ color:#000}
#vertical-nav ul li ul li a{ margin-bottom:0px;  margin-top:0px}
#vertical-nav ul li ul li{ margin-bottom:0px;  margin-top:0px}
