/**
 * 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 0 0 6px;margin: 0 auto; width: 986px; font-size:1.1em; /*background:url(../images/bg_navigation.gif) repeat-x; */ background:url(../images/bg_navigation.gif) top left no-repeat; }

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

/************ 0 LEVEL  ***************/
#nav li { float:left; padding: 1.4em 13px 1.5em 13px; margin-left:1px; background:url(../images/bg_navigation_on.gif) top right; }
#nav li.active a { color:#fff; }
#nav a { float:left; color:#c4dff9; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff;  }
#nav li.over,
#nav li.active { background: url(../images/bg_nav_hover.gif) repeat-x top left; }
 
#nav li div{ position:absolute;display: none; width:620px;} 
#nav li.over div { position:absolute; margin-top:33px; margin-left:-12px; display:block;background: #1f3346; width:620px;padding:0px;}
div.level0 a{ float:left; padding:5px 8px; color: #FFF;width:135px;}
div.level0 a:hover{background:#2e4f70;}