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

#overnav { float:left; margin-top:15px; margin-left:15px; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#overnav li { position:relative;text-transform:uppercase; text-align:left;	}
#overnav li.over { z-index:999; }
#overnav a,
#overnav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#overnav span { display:block; cursor:pointer; white-space:nowrap; }
#overnav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#overnav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; font-size:120%; }
#overnav li.active a { color:#444; }
#overnav a { float:left; padding-right:11px; color:#64227e; font-weight:bold; }
#overnav li.over a,
#overnav a:hover { color:#8e30b3; }
#overnav li.over,
#overnav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }
