/**
 * 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 {
margin: 35px 0 15px -53px; 
padding:0 15px; 
color: #5b442c;
font-size:1.2em;
float:left;
position: absolute;
z-index: 10;
  

}


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

/************ 0 LEVEL  ***************/
#nav li {
    background: url("../images/kategorie-menu-bg.png") repeat scroll 0 0 transparent;
    box-shadow: 5px 5px 5px #888888;
    float: none;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
	text-align:center;
	font-weight:normal;
	
}

#nav li.level0{
	height: 20px;
    margin-bottom: 20px;
    font-size:1.1em;
    padding: 8px;
	height: 20px;
    margin-bottom: 20px;
    width: 202px;


}

#nav li.nav-1 {-moz-transform:rotate(3deg);
-webkit-transform:rotate(3deg);
-o-transform:rotate(3deg);
transform:rotate(3deg);
}
#nav li.nav-2 {-moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
}
#nav li.nav-3 {-moz-transform:rotate(-3deg);
-webkit-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}
#nav li.nav-4 {-moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
}
#nav li.nav-5 {-moz-transform:rotate(-3deg);
-webkit-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}


/*reset the rotation*/
#nav li.nav-1 ul {-moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
#nav li.nav-3 ul{-moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}

#nav li.nav-5 ul{-moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}





#nav li.active a {  }
#nav a {
	/*
	padding-top:10px; 
	padding-bottom:5px;
	padding-left:5px;
	padding-right:10px
	*/ 
	}
/*
#nav li.level-top:after { content: "|"; line-height: 22px; }
#nav li.level-top.last:after { content: ""; line-height: 10px; }
*/
#nav li.over a,
#nav a:hover { 	 color:#ffffff; }
 
/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active { height:auto;
    width:auto;
    float:none;
    margin:0;
    color:#7C6700 ;
    padding-bottom:1px;
    background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;
}
#nav ul li span {color:#5b442c ;}
#nav ul li.over span  {color:#ffffff ;}

#nav ul li.last { background:#ecf3f6; padding-bottom:0; }
#nav ul a, #nav ul a:hover { float:none; padding:0;color:#ffffff; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:relative; width:15em; top:23px; left:-10000px; border:1px solid #899ba5; } 
/* Show menu */

#nav li.over > ul { left:180px; top:-20px;;}
#nav li.over > ul li.over > ul { left:100px;color:#5b442c; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:url(../images/kategorie-menu-bg.png) repeat; color:#5b442c;}

#nav ul li a,
#nav ul li a:hover {  color:#ffffff; !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}
/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

