/**
 * 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.
 *
 * 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/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav {position:relative; float:left; display:block; padding:0 20px; font-size:0.9em; height:47px; z-index:10000;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; float:left; display:block; text-align:left; }
#nav li.over { z-index:999; }
#nav a { display:block; line-height:1.4em; text-decoration:none; padding:18px 13px 13px; }
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; background:url(../img/common/navbar_in.jpg) repeat-x left 6px; padding:18px 13px 13px;}
#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 a { float:left;  color:#fff; height:20px;}
#nav li.over a,
#nav a:hover { color:#fff; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
/*#nav ul li.last { background:#ecf3f6; padding-bottom: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 { float:left; position:absolute; text-align:left; width:14em; top:48px; left:-10000px; border-top:0px solid #899ba5; border-bottom:0px solid #899ba5; text-transform:lowercase;}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:176px;}
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#08090B; color:#fff;}
#nav ul li a:hover { background:#4FC8FF;}
#nav ul li a,
#nav ul li a:hover { color:#fff !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:1px; }

/************Left Navigation Menu **********/
dl#narrow-by-list dt {background: url(../images/pager_bg.gif) repeat-x scroll 0 100%; width:100%;height:20px; border-bottom:1px solid #ddd; border-top:1px solid #ddd; color:#222; margin: 0 -5px;display: block; font-family:Helvetica; font-size: 1.2em; font-weight: bold; padding-left:5px; }
dl#narrow-by-list dt a {text-decoration: none; }
dl#narrow-by-list dd.subcat {display: block; margin-bottom:5px;}
dl#narrow-by-list dd.subcat a {display: block;}
dl#narrow-by-list dd.subcat:hover {
background-color:#fefefe;background-position: 50% top;}
dl#narrow-by-list dd.subcat li {padding-left:0px;
line-height: 1.35; background:#fff;list-style:none; }
dl#narrow-by-list dd.subcat li a {color: #000000; font-family:Helvetica; font-weight: normal;
font-size: 1.15em;
background: url(../images/base_images/icon-arrow-set.png) no-repeat 0 -59px;}
dl#narrow-by-list dd.subcat li:hover {text-decoration: underline;}
dl#narrow-by-list dd.subcat a ,
dl#narrow-by-list dd.subcat li a:hover {text-decoration: none;}

dl#narrow-by-list dd.subcat li.subsubcat {padding-left:15px;
line-height: 1.35;background:#fff;list-style:none; }

/************Left Navigation Menu *********
ul#side-nav li.subcat {background-color:#f5f4f0;border-bottom:1px solid #ddd;
color:#222;margin: 0 -5px;display: block;}
ul#side-nav li.subcat a {display: block;padding: 2px 10px;font-size: .85em;}
ul#side-nav li.subcat:hover {
background-color:#fefefe;background-position: 50% top;}
ul#side-nav li.subcat ul li {padding-left:18px;
line-height: 1.6;background:#fff }
ul#side-nav li.subcat ul li a {color: #1a443c;font-weight: bold;
font-size: .85em!important;
background: url(../images/base_images/icon-arrow-set.png) no-repeat 0 -59px;}
ul#side-nav li.subcat ul li:hover {text-decoration: underline;}
ul#side-nav li.subcat a ,
ul#side-nav li.subcat ul li a:hover {text-decoration: none;}*/