/* ======================================================================
   >= V1.30   CSS for an vertical menu
   <div class="nlu_navi1">{ NAV_LIST_UL:F,0,,act_path,active }</div>
   Level 0 - 3;
   26.03.07 flip-flop (KH)
   
========================================================================= */
   
.nlu_navi1 {
   text-transform: uppercase;
   margin: 0;
   padding: 0;
   border: 0;
   text-decoration: none;
   font: normal normal 13px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
   width: 170px;
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   width: 170px;  /* ++ Width of Menu Items // Breite der Navigation */
}

.nlu_navi1 ul li { position: relative; }


/* ==== Styles for Menu Items =================================== */

/* ==== LEVEL X ================================================= */

/* ====  simple link <a> // einfacher Link <a> ==== */
.nlu_navi1 ul li a,
.nlu_navi1 ul li a:link,
.nlu_navi1 ul li a:visited,
.nlu_navi1 ul li a:active,
.nlu_navi1 ul li.sub_ul_true a,
.nlu_navi1 ul li.sub_ul_true a:link,
.nlu_navi1 ul li.sub_ul_true a:visited,
.nlu_navi1 ul li.sub_ul_true a:active {
   display: block;
   text-decoration: none;
   text-transform: uppercase;
   color: #99191a;
   background: url(/_pix/menu.gif) 0px 5px no-repeat;
   padding: 2px 0 0px 35px;
   margin-bottom: 6px;

   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gewuenscht */
   /* border-bottom: 1px solid #fff;  IE6 Bug */

   /* ++ Den "white-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "white-space" bug in IE7 */
   \width: 170px;  /* IE5x Opera <= 5 */
   widt\h: 135px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
}

/* ====  Aktiver Pfad - Linkverfolgung im Baum // active path in tree (link tracing) ==== */
.nlu_navi1 ul li.act_path a,
.nlu_navi1 ul li.act_path a:link,
.nlu_navi1 ul li.act_path a:visited,
.nlu_navi1 ul li.act_path a:active,
.nlu_navi1 ul li.active a,
.nlu_navi1 ul li.active a:link,
.nlu_navi1 ul li.active a:visited,
.nlu_navi1 ul li.active a:active {
   color: #f9af0a;
   background: url(/_pix/menu-act.gif) 0px 5px no-repeat;
}

/* ====  hover: Maus über Link <a>  */
.nlu_navi1 ul li a:hover,
.nlu_navi1 ul li.sub_no a:hover,
.nlu_navi1 ul li.sub_ul a:hover,
.nlu_navi1 ul li.sub_ul_true a:hover {
   color: #99191a;
   background: url(/_pix/menu-act.gif) 0px 5px no-repeat;
}

/* ====  hover: Der aktive Link <a> */
.nlu_navi1 ul li.active a:hover,
.nlu_navi1 ul li.act_path a:hover {
   color: #f9af0a;
   background: url(/_pix/menu-act.gif) 0px 5px no-repeat;
}




/* ==== LEVEL X+1 =============================================== */

.nlu_navi1 ul ul li.sub_no a,
.nlu_navi1 ul ul li.sub_no a:link,
.nlu_navi1 ul ul li.sub_no a:visited,
.nlu_navi1 ul ul li.sub_no a:active,
.nlu_navi1 ul ul li.sub_ul a,
.nlu_navi1 ul ul li.sub_ul a:link,
.nlu_navi1 ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul li.sub_ul a:active,
.nlu_navi1 ul ul li.sub_ul_true a,
.nlu_navi1 ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul li.sub_ul_true a:active {
   padding: 2px 0 0px 35px;
   margin-bottom: 6px;
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #99191a;
   background: url(/_pix/menu1.gif) 18px 5px no-repeat;
   /* border-bottom: 1px solid #fff;  IE6 Bug */
   \width: 170px;  /* IE5x Opera <= 5 */
   widt\h: 135px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul li.act_path a,
.nlu_navi1 ul ul li.act_path a:link,
.nlu_navi1 ul ul li.act_path a:visited,
.nlu_navi1 ul ul li.act_path a:active,
.nlu_navi1 ul ul li.active a,
.nlu_navi1 ul ul li.active a:link,
.nlu_navi1 ul ul li.active a:visited,
.nlu_navi1 ul ul li.active a:active {
   color: #f9af0a;
   background: url(/_pix/menu1-act.gif) 18px 5px no-repeat;
}

.nlu_navi1 ul ul li a:hover,
.nlu_navi1 ul ul li.sub_no a:hover,
.nlu_navi1 ul ul li.sub_ul a:hover,
.nlu_navi1 ul ul li.sub_ul_true a:hover {
   color: #99191a;
/*   text-decoration: underline; */
   background: url(/_pix/menu1-act.gif) 18px 5px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover,
.nlu_navi1 ul ul li.act_path a:hover {
   color: #f9af0a;
   background: url(/_pix/menu1-act.gif) 18px 5px no-repeat;
}





   
/* ==== LEVEL X+2 =============================================== */

.nlu_navi1 ul ul ul li.sub_no a,
.nlu_navi1 ul ul ul li.sub_no a:link,
.nlu_navi1 ul ul ul li.sub_no a:visited,
.nlu_navi1 ul ul ul li.sub_no a:active,
.nlu_navi1 ul ul ul li.sub_ul a,
.nlu_navi1 ul ul ul li.sub_ul a:link,
.nlu_navi1 ul ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul ul li.sub_ul a:active,
.nlu_navi1 ul ul ul li.sub_ul_true a,
.nlu_navi1 ul ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul ul li.sub_ul_true a:active  {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #99191a;
   background: url(/_pix/menu1.gif) 37px 5px no-repeat;
   padding: 2px 0 0px 55px;
   margin-bottom: 6px;
   /* border-bottom: 1px solid #fff;  IE6 Bug */
   \width: 170px;  /* IE5x Opera <= 5 */
   widt\h: 115px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul li.act_path a,
.nlu_navi1 ul ul ul li.act_path a:link,
.nlu_navi1 ul ul ul li.act_path a:visited,
.nlu_navi1 ul ul ul li.act_path a:active,
.nlu_navi1 ul ul ul li.active a,
.nlu_navi1 ul ul ul li.active a:link,
.nlu_navi1 ul ul ul li.active a:visited,
.nlu_navi1 ul ul ul li.active a:active {
   color: #f9af0a;
   background: url(/_pix/menu1-act.gif) 37px 5px no-repeat;
}

.nlu_navi1 ul ul ul li a:hover,
.nlu_navi1 ul ul ul li.sub_no a:hover,
.nlu_navi1 ul ul ul li.sub_ul a:hover,
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
   color: #99191a;
/*   text-decoration: underline; */
   background: url(/_pix/menu1-act.gif) 37px 5px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul ul li.active a:hover,
.nlu_navi1 ul ul ul li.act_path a:hover {
   color: #f9af0a;
   background: url(/_pix/menu1-act.gif) 37px 5px no-repeat;
}
/*==== END LEVEL X ============================================= */

/* Holly Hack. IE Requirement \*/
* html .nlu_navi1 ul li { float: left; height: 1%; }
* html .nlu_navi1 ul li a { height: 1%; }

/* ==== End  nlu_navi1 ========================================= */ 