/**
 * 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)
 */



/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.side-nav li {
	padding-bottom:0.4em;
        list-style:none;
	position:relative;
	}
.side-nav a, .side-nav a:hover {color:#000; display:block; text-decoration:underline;}
.side-nav a:hover {text-decoration:none; color:#4675C4;}
.side-nav .active a {color:#4675C4; text-decoration:none; font-weight:bold;}
.side-nav span {white-space:nowrap; }
.side-nav li ul span {white-space:normal;}
