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

#nav { padding:0px 0px 0px 50px; font-size:1em; z-index:999;
background:transparent url(../images/topnav_left.png) center left no-repeat;
	height:32px; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.2em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { cursor:pointer;  /* display: block; opera bug */}

/* #nav li.level0 a { height: 36px; } */

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#BCE700;
	background: url(../images/button_a.png) no-repeat; 
}
#nav a { 
	float:left; 
	padding: 9px 15px 9px 40px;
	color: #666666;
	font-weight:normal; 
	text-transform: uppercase;
	background: url(../images/button_n.png) no-repeat;
	}
#nav li.over a, #nav li.level0 a:hover { 
	color:#BCE700;
	background: url(../images/button_a.png) no-repeat;
	}

/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	height:auto;
	background:none;
	margin:0;
	}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:31px;
	left:-10000px; /* Ausblenden zum Dropdown bearbeiten*/
    border:1px solid #999999;
    background: none;
	z-index:1;
}

/* Show menu */
#nav li.over ul { left:0; z-index:1; }
#nav li.over ul ul { left:-50000px; z-index:1;}
#nav li.over ul li.over ul { left:100px; }
#nav ul.level0 li.level1 a { text-transform: none; font-weight:normal;  background:#efefef url(../images/nav_lev2_bg.gif) 0px 0px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.level1 a:hover { text-transform: none; background:#d5e4eb url(../images/nav_lev2_bg.gif) 0px -22px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.level1 a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; display: block; }
#nav ul span, #nav ul li.last li span { padding:1px 10px 2px 20px;}
#nav ul li.last span { background:none !important; }

/* Flimmit Blog */
#nav ul.level0 li.nav-community-flimmitblog a { text-transform: none; font-weight:normal;  background:#efefef url(../images/nav_bg_flimmit.jpg) 0px -3px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-flimmitblog a:hover { text-transform: none; background:#d5e4eb url(../images/nav_bg_flimmit.jpg) 0px -22px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-flimmitblog a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; }

/* Facebook */
#nav ul.level0 li.nav-community-facebook a { text-transform: none; font-weight:normal;  background:#efefef url(../images/nav_bg_facebook.jpg) 0px -3px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-facebook a:hover { text-transform: none; background:#d5e4eb url(../images/nav_bg_facebook.jpg) 0px -22px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-facebook a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; }

/* Twitter */
#nav ul.level0 li.nav-community-twitter a { text-transform: none; font-weight:normal;  background:#efefef url(../images/nav_bg_twitter.jpg) 0px -3px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-twitter a:hover { text-transform: none; background:#d5e4eb url(../images/nav_bg_twitter.jpg) 0px -22px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-twitter a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; }

/* YouTube */
#nav ul.level0 li.nav-community-youtube a { text-transform: none; font-weight:normal;  background:#efefef url(../images/nav_bg_youtube.jpg) 0px -3px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-youtube a:hover { text-transform: none; background:#d5e4eb url(../images/nav_bg_youtube.jpg) 0px -22px repeat-x; color:#2f2f2f; }
#nav ul.level0 li.nav-community-youtube a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; }

/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }


/* Fix for the IE bug */
#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


