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

.menu { padding-left:172px; }
.menu li { float:left; }
.menu li a { display:block; height:35px; text-indent:-8888px; }
.menu li.home a { background:url(../images/menu-home.png) no-repeat top; width:73px; }
body.cms-home .menu li.home a { background:url(../images/menu-home.png) no-repeat bottom; width:73px; }
.menu li.company a { background:url(../images/menu-company.png) no-repeat top; width:128px; }
body.cms-company .menu li.company a { background:url(../images/menu-company.png) no-repeat bottom; width:128px; }
.menu li.privacy a { background:url(../images/menu-privacy.png) no-repeat top; width:125px; }
body.cms-privacy .menu li.privacy a { background:url(../images/menu-privacy.png) no-repeat bottom; width:125px; }
.menu li.contact a { background:url(../images/menu-contact.png) no-repeat top; width:109px; }
body.cms-contact .menu li.contact a { background:url(../images/menu-contact.png) no-repeat bottom; width:109px; }
.menu li.shipping a { background:url(../images/menu-shipping.png) no-repeat top; width:122px; }
body.cms-shipping .menu li.shipping a { background:url(../images/menu-shipping.png) no-repeat bottom; width:122px; }
.menu li.sitemap a { background:url(../images/menu-sitemap.png) top no-repeat; width:92px; }
body.catalog-seo-sitemap-category .menu li.sitemap a { background:url(../images/menu-sitemap.png) bottom no-repeat; width:92px; }
.menu li.cart a { background:url(../images/menu-cart.png) no-repeat top; width:135px; }
body.checkout-cart-index .menu li.cart a { background:url(../images/menu-cart.png) no-repeat bottom; width:135px; }

.vertical-nav-container { padding-top:10px; }
#nav_vert { background-color:#ddceb1; padding:5px 0; width:188px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav_vert levels */
#nav_vert li { padding:2px 10px; position:relative; text-align:left; }
#nav_vert li.over { z-index:999; }
#nav_vert a { line-height:16px; text-decoration:none; }
#nav_vert a:hover { background-color:#231501; color:#fff; display:block; }
#nav_vert span { display:block; cursor:pointer; white-space:nowrap; }
#nav_vert li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav_vert li { border-bottom:1px dashed #9c7c56; display:block; }
#nav_vert li.active a { color:#d96708; }
#nav_vert a { color:#231501; font-weight:bold; line-height:18px; }
#nav_vert li.over, #nav_vert li.over li.over { background-color:#231501; }
#nav_vert li.over a { color:#fff; }
#nav_vert li li a { color:#291700; font-size:11px; }

/************ 1ST LEVEL ************/
#nav_vert ul li,
#nav_vert ul li.active { float:none; margin:0; padding-bottom:1px; }
/*#nav_vert ul li.over { background:#d5e4eb url(../images/nav_vert_divider.gif) repeat-x 0 100%; }*/
#nav_vert ul li.last { padding-bottom:0; }
#nav_vert li.over li:hover, #nav_vert li.over li:hover a { background-color:#291700; color:#fff; }
#nav_vert li.over li a { color:#261601; }
#nav_vert li.over li a:hover { color:#fff; }
#nav_vert ul a:hover { display:block; float:none; background:none; }
#nav_vert ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav_vert li.over li.over li:hover a { color:#fff; }
#nav_vert li.over li.over li a { background:none; color:#291700; display:block; }
#nav_vert li.over li.over li a:hover { color:#fff; }
#nav_vert ul { background-color:#fdf7d4; border:2px solid #826342; position:absolute; top:0px; left:-10000px; width:175px; }
#nav_vert ul ul { background-color:#fff; width:175px; }

/* Show menu */
#nav_vert li.over > ul { left:125px; }
#nav_vert li.over > ul li.over > ul { left:75px; }
#nav_vert li.over ul ul { left:-10000px; }

#nav_vert ul li a { color:#291700; }
#nav_vert ul li a:hover { }
#nav_vert ul li a,
#nav_vert ul li a:hover { }
#nav_vert ul span, #nav_vert ul li.last li span { }

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

/************ LOGOS ************/

.vertical-logos {margin: 10px 0 10px 0;}