/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { padding:0 50px; font-size:1.1em; z-index:990; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
    list-style:none;
    position:relative;
    text-align:left;
    }
#nav li.over { z-index:99; }
#nav li.active { z-index:90; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; }


/************ 1ST LEVEL  ***************/
#nav li { float:left; background:url(../images/menu_dot.gif) no-repeat left 10px ; padding-left:14px;}
#nav li.active a { color:#a17b52; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#FFF; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#fff; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
    float:none;
    height:auto;
    background:none;
    margin:0;
    }
#nav ul a, #nav ul a:hover {
    float:none;
    padding:0;
    background:none;
    }
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
    position: absolute;
    width:15em;
    top:25px;
    left:-10000px;
}

/* Show menu */
#nav li.over ul { left:0; }
#nav li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul { left:100px; }

#nav ul li a { background:#000; }
#nav ul li a:hover { background:#1f1f1f; }
#nav ul li a span { border-top:1px solid #262522; }
#nav ul li a, #nav ul li a:hover { color:#a1a1a1 !important; font-weight:bold !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}
#nav ul li.last span { background:none; }

/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }


/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


/* TOP NAV */

#nav2 { z-index:990; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav2 li {
    list-style:none;
    position:relative;
    text-align:left;
    }
#nav2 li.over { z-index:99; }
#nav2 li.active { z-index:90; } /* to prevent the li separator from showing through on mouseover on li */
#nav2 a { line-height:1.3em; }
#nav2 a, #nav2 a:hover { display:block; text-decoration:none; }
#nav2 span { display:block; cursor:pointer; }


/************ 1ST LEVEL  ***************/
#nav2 li { float:left; }
#nav2 li.active a { }
#nav2 a { 
  float:left; 
  background:transparent url(../images/topmenu_separator.gif) no-repeat scroll right 2px; 
  color:#D4CABC; 
  font-family:tahoma; 
  font-size:0.95em; 
  padding: 2px 16px 2px 10px;
  text-decoration:none; 
  }
#nav2 li.over a, #nav2 a:hover { color:#fff; }


/************ 1ST LEVEL RESET ************/
#nav2 ul li, #nav2 ul li.active {
    float:none;
    height:auto;
    background:none;
    margin:0;
    }
#nav2 ul a, #nav2 ul a:hover {

    padding:0;
    background:none;
    }
#nav2 ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav2 ul {
    position: absolute;
    width:15em;
    top:17px;
    left:-10000px;
    z-index: 999;
}

/* Show menu */
#nav2 li.over ul { left:0; }
#nav2 li.over ul ul { left:-10000px; }
#nav2 li.over ul li.over ul { left:100px; }

#nav2 ul li a { 
  width: 150px;
  float: none;
  background: #000;
  color: #D4CABC !important;
  padding: 6px 12px;
  }
#nav2 ul li a:hover { 
  background:#1f1f1f; 
  color: #fff !important;
  padding: 6px 12px;
  }
#nav2 ul li a span { border-top:1px solid #262522; }
#nav2 ul li a, #nav2 ul li a:hover {  }
#nav2 ul span, #nav2 ul li.last li span { }
#nav2 ul li.last span { background:none; }


#nav2 li .arrow {
  background: url(../images/topmenu_separator.gif) no-repeat right 2px; 
  height: 20px;
  padding-right: 15px;
  float: left;
  }
#nav2 li .arrow a {
  background: url("../images/summenu_li_bg.gif") no-repeat right .7em;
  padding-right: 12px;
  }

  
  
  
  