/**
 * 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 {background:url(../images/navigation.jpg); height:58px; padding-top: 5px;}
div#nav.startseite {background-image:url(../images/navigation_02.jpg); }
#nav ul { padding:0; font-size:1.1em; }
#nav ul #weberlogo a { width:110px; height:45px; text-indent:-9999px; margin:0; padding:0; border:none; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav ul li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav ul a,
#nav ul a:hover { display:block; text-decoration:none; width: 350px;}
#nav ul li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav ul li a { float:left; font-size:1.6em; padding:0 15px 10px 15px; color:#fdfdfd;  height:35px;  text-indent: -999em;  }
#nav ul li.over a,
#nav ul a:hover { text-decoration:none; }