/**
 * 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:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav 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;font-size: .8em;}
#naav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }


/************ 1ST LEVEL ************/
#nav  li { float:none; margin:0;background: #d9e4e9;margin: 3px 0 0 0;padding: 5px 20px;}
#nav li a{
	color: #0d2131;text-transform: uppercase;font-weight: bold;
}
#nav li:hover{
	background-color: #daa520;
}
#nav li:hover a{
		color: white;
}
#nav  li.active {
    background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;
}
#nav  li.active a{
	color:#2f2f2f;
	font-weight: bold;
	background:#ecf3f6 url(../images/narrow_by_set.gif) no-repeat 3px 8px;
	padding: 5px 20px
}

/************ 2ND LEVEL ************/
#nav li ul{
	display: none;
}
#nav li li{
	margin: 0;
	padding: 0;
}
#nav li li a{
	text-decoration: underline;
	text-transform: capitalize;
}
#nav li.active ul{
	display: block;
}
#nav li.active li {
	background: none;
	padding: 5px 0 5px 5px;
}
#nav li.active li a{
	font-weight: normal;
	text-decoration: underline;
	background: none;
	padding: 0;
}
/************ 3RD LEVEL ************/
#nav li ul li ul span{
	display: none;
}

#nav li ul li.active ul span{
	display: block;
	margin-left: 10px;
}


/************ TopMenu  ***************/
#topMenu {padding: 10px 0;}
#topMenu li { float:left;text-transform: capitalize; border-right: 1px solid #d3d3d3; }
#topMenu li a{text-transform: uppercase;font-size: 12px;font-weight: bold;color: #696969;}
#topMenu li.active a { color:#d96708; }
#topMenu a {float: left; padding:5px 12px 6px 8px;text-decoration: none; }
#topMenu li.over a,
#topMenu a:hover { color:white; background-color: #daa520;}


