/**
 * 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: 0px; font-size: 110%; float: left; margin-right: 10px; }
div.menu-left { float: left; width: 11px; height: 35px; background: url(../images/background_menu_left.jpg) no-repeat top left; }
div.menu-right { float: right; width: 11px; height: 35px; background: url(../images/background_menu_right.jpg) no-repeat top right; }

#mini-search-container {
  float: right;
}

div.qsearch_l {
  height: 30px;
  width: 11px;
  background: url(../images/background_qsearchl.jpg) no-repeat left top;
  margin-top: 2px;
  float: left;
}

div.qsearch {
  height: 23px;
  background: url(../images/background_qsearch.jpg) repeat-x left top;
  margin-top: 2px;
  float: left;
  padding-top: 6px;
}

div.qsearch #search {
  border: none !important;
  background: #fff;
  height: 15px;
  width: 140px;
  color: #777;
}

div.qsearch_r {
  height: 30px;
  width: 11px;
  background: url(../images/background_qsearchr.jpg) no-repeat left top;
  margin-top: 2px;
  float: left;
}

div.qsearch_button {
  height: 30px;
  width: 35px;
  margin: 2px 10px 0px 5px;
  float: left;
  text-align: center;
  line-height: 30px;
  background: url(../images/background_qsearch_button.jpg) no-repeat left top;
}

a.qsearch {
  display: block;
  border: none !important;
  width: 35px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color:#5d4a44;
}

/************** ALL LEVELS  *************/
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height: 15px; text-decoration: none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#fff; }
#nav li a { float:left; padding: 2px 8px 0px 8px; color:#5d4a44; font-weight:bold; font-size: 80%; border-left: 1px solid #927563; margin: 8px 0px; }
#nav .nav-shop-by-brand a { border: none !important; }
#nav li.over a,
#nav a:hover { color:#fff; }

/************ 1ST LEVEL ************/
#nav ul.level0 { position:absolute; width: 186px; top: 25px; left:-10000px; padding-top: 10px; background: url(../images/background-menubottom.png) no-repeat bottom left; padding-bottom: 12px; margin-left: -2px; }
#nav ul.level0 li,
#nav ul.level0 li.active { margin: 0px; float:none; margin:0; padding: 0px 3px; background: #d7b3c1; }
#nav ul.level0 a,
#nav ul.level0 a:hover { float:none; padding: 0px; background-color: #faf5f7; margin: 0px; }
#nav ul.level0 li a { background-color: #efe0e6; font-weight:normal !important; border-left: 1px solid #b38798 !important; border-right: 1px solid #b38798 !important; }

/************ 2ND LEVEL ************/
#nav ul.level1,
#nav ul.level2,
#nav ul.level3 { position: absolute; width: 186px; left: -10000px; padding: 12px 0px 0px 0px; background: url(../images/background-menutop.png) no-repeat top left; margin-top: -5px; margin-left: -50px; }

#nav ul.level1 li.last { padding-bottom: 12px; background: url(../images/background-menubottom.png) no-repeat bottom left; }

/* Show menu */
#nav ul li.parent > a { background: #efe0e6 url(../images/background-menuparent.png) no-repeat 160px center; }
#nav ul li.parent > a:hover { background: #faf5f7 url(../images/background-menuparent.png) no-repeat 160px center; }

#nav li.over > ul { left: 0; }
#nav li.over > ul li.over > ul { left: 135px;   padding-top: 12px; top: 0px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ebd9e0; }
#nav ul li a:hover { background:#f4ebef; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; border-right: 1 px solid #be9ba9; border-left: 1 px solid #be9ba9; }
#nav ul span, #nav ul li.last li span { padding: 3px 0px 3px 5px; font-weight: bold; color: #5d4a44; }

