/**
 * 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 {display: block; position: absolute; top: 280px; padding:0 20px; font-size: 17px; font-family: Trebuchet MS; letter-spacing:-1px; z-index:999; width: 700px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	float:left; 
	width:170px;
	overflow: visible;
	}
	
#nav li.over {z-index:99;}
#nav li.active {z-index:98;} /* to prevent the li separator from showing through on mouseover on li */
#nav a, #nav a:hover {display:block; text-decoration:none;}
#nav span {cursor:pointer; white-space:nowrap;}
#nav li ul span {white-space:normal;}

/************ 1ST LEVEL  ***************/
#nav li {float: left; border-color: transparent !important; border: 4px solid white; }
#nav li.active a {color:#508d31;}
#nav a {padding:12px 0px 4px 0px; color:#508d31; text-align:center;}
#nav li.over , #nav a:hover {border-color: #e1b901 !important; background-color: #fff; }

/*********** 1ST RESET  ***************/
#nav li ul {margin: 0 auto; width: 158px; display: none; }
#nav li ul li {border: none; width: 158px;}
#nav li ul a {padding:5px 12px 6px 8px;}

/************ 2ND LEVEL ************/
#nav li ul li{border-top: 1px solid #999999 !important;}
#nav li ul li:first-child{border-top: 5px solid #e1b901 !important;}

#nav ul li a {font-size: 14px; color:#999999 !important;}
#nav ul li a:hover { color: black !important;}


/* Show menu */
#nav li.over  ul {display: block; }
#nav li.over  ul li.over  ul { position: absolute; left:100px; }

/************ 3RD+ LEVEL ************/
#nav ul ul { border:4px solid #e1b901; background-color: #fff;}
#nav ul ul li:first-child{border: none;}
#nav ul ul li{width: 150px; margin-left: 5px;}

