/**
 * 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, #nav ul { /* all lists */
		padding: 5px;
		margin: 0;
		list-style: none;
		float : left;
		width : 9em;
		font-weight: bold;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 9em;
	}
	
	#nav li ul { /* second-level lists */
		font-weight: normal !important;
		/*position : absolute;
		left: -999em;
		margin-left : 9.05em;
		margin-top : -1.35em;*/
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	ul.level1 {
		position: absolute;
		left: -999em;
		padding-left : 9.05em;
		margin-top : -1.35em;
		margin: -10px 0 0 -40px;
	}
	
	ul.level1 a {
		padding: 5px;
		margin-left: 9.05em;
        background: #d3d3d3;
        border: 1px solid #fff;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
        color: #1b1b1b;
        font-size: 1.05em;
		text-decoration : none;
		padding : 0.2em;
	}
	
	#nav li a:hover {
		text-decoration: underline;
	}
    
     #nav .parent ul ul {
        margin: -10px 0 0 -40px;
	}
    
    #nav .parent ul li a {
       /* padding: 5px;
        background: #d3d3d3;
        border: 1px solid #fff;
*/
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, 
    #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, 
    #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.nav-corporate-awards, .nav-sport-trophies {
    font-weight: bold;
}
    
/** SUBCATEGORIES ********************/



.base-mini ul {
    padding: 5px 15px;
}

.base-mini ul li {
    line-height: 160%;
    color: #aaa;
}

.base-mini li a {
    color: #1b1b1b;
    font-size: 1.05em;
    text-decoration : none;
}
	
.base-mini li a:hover {
    text-decoration: underline;
}

