/* ======================================================================
   >= 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)
   hhh
========================================================================= */
   
.nlu_navi1 {
   margin: 25px 0 ;
   padding: 0;
   border: 0;
   text-decoration: none;
   width: 164px;  
   font-size: 12px;

}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   
}

.nlu_navi1 ul li { position: relative;width: auto;}


/* ==== 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 {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #43502a;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;

}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== */
.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: none;
   color: #43502a;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
}

/* ====  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 {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #43502a;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   background: #7e9952;
   }

/* ====  active link <a> // aktiver Link <a> ==== */
.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 {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #FFF;          
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   font-weight: bold;
}

/* ====  hover: Maus über Link <a> // hover link <a> ==== */
.nlu_navi1 ul li a:hover {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #2b331b;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
 
}
.nlu_navi1 ul li.sub_no a:hover {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #43502a;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   background: #7e9952;}
   
 .nlu_navi1 ul li.sub_ul a:hover {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #43502a;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   background: #7e9952;
  }
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_navi1 ul li.sub_ul_true a:hover {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #43502a;           
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   background: #7e9952;
}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== */
.nlu_navi1 ul li.sub_ul a,
.nlu_navi1 ul li.ul a:link,
.nlu_navi1 ul li.ul a:visited,
.nlu_navi1 ul li.ul a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #FFF;           
   background: url(/img/template/menu-left/menubg.gif) no-repeat 0 -44px;
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   font-weight: bold;   
}


/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
.nlu_navi1 ul li.active a:hover {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #FFF;         
   padding: 1px 0 0 25px;
   line-height: 21px;
   width: 164px;
   background: #7e9952;
   font-weight: bold;
  }


/* ==== 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 {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #000;
   background: #deeacd;
   padding: 1px 0 0 30px;
   border: 0px solid #FFF;
   font-size: 11px;
   width: 160px;   
}

/* state for the active point if there is a sub_level */
.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 {
   color: #000;
   font-weight: normal;
   background: #deeacd url(../../img/article/navi1_sub_true.gif) 25px 1px no-repeat;
   width: 159px;     
}

/* 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 {
   color: White;
   font-weight: bold;
   background: #65893d url(../../img/article/navi1_act.gif) 25px 1px no-repeat;
   width: 159px;     
}


/* state for the active link */
.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: White;
   font-weight: bold;
   background: #7e9952;
   width: 159px;     
}


.nlu_navi1 ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background: #c3cfb0 url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;
   width: 159px;     
}
.nlu_navi1 ul ul li.sub_no a:hover {
   color: White;
   background: #c3cfb0 url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;
   width: 159px;     
}
.nlu_navi1 ul ul li.sub_ul a:hover {
   background: #c3cfb0 url(../../img/article/navi1_act_hov.gif) 25px 1px no-repeat;
   width: 159px;     
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {
   background: #c3cfb0 url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;
   width: 159px;     
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {
   width: 159px;  
  color: #FFF;
}

   
/* ==== 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  {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #deeacd;
   background: #4f702a url(../../img/article/navi1_norm.gif) 40px 1px no-repeat;
   padding: 1px 0 0 35px;
   border-bottom: 1px solid #ccc; /* IE6 Bug */
   \width: 200px;  /* IE5x Opera <= 5 */
   widt\h: 154px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active point if there is a sub_level */
.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 {
   color: #deeacd;
   font-weight: normal;
   background: #4f702a url(../../img/article/navi1_sub_true.gif) 40px 1px no-repeat;
}

/* 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 {
   color: #deeacd;
   font-weight: bold;
   background: #4f702a url(../../img/article/navi1_act.gif) 40px 1px no-repeat;
}


/* state for the active link */
.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: #FFF;
   font-weight: normal;
   background: #43502a url(../../img/article/navi1_act.gif) 40px 1px no-repeat;
}


.nlu_navi1 ul ul ul li a:hover {
   color: #000;
/*   text-decoration: underline; */
   background: #c5dc9f url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
   color: #000;
   background: #c5dc9f url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}
.nlu_navi1 ul ul ul li.sub_ul a:hover {
   background: #c5dc9f url(../../img/article/navi1_act_hov.gif) 40px 1px no-repeat;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul ul li.active a:hover {
   background: #43502a url(../../img/article/navi1_act_hov.gif) 40px 1px no-repeat;
   color: #FFF;
}

/* ==== LEVEL X+3 =============================================== */

.nlu_navi1 ul ul ul ul li.sub_no a,
.nlu_navi1 ul ul ul  ul li.sub_no a:link,
.nlu_navi1 ul ul ul ul li.sub_no a:visited,
.nlu_navi1 ul ul ul ul li.sub_no a:active,
.nlu_navi1 ul ul ul ul li.sub_ul a,
.nlu_navi1 ul ul ul ul li.sub_ul a:link,
.nlu_navi1 ul ul ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul ul ul li.sub_ul a:active  {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #FFFFFF;
   background: #4f702a url(../../img/article/navi1_norm.gif) 40px 1px no-repeat;
   padding: 1px 0 0 25px;
   border-bottom: 1px solid #ccc; /* IE6 Bug */
   \width: 200px;  /* IE5x Opera <= 5 */
   widt\h: 145px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul ul ul li.sub_ul_true a,
.nlu_navi1 ul ul ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul ul ul li.sub_ul_true a:active {
   color: White;
   font-weight: normal;
   background: #4f702a url(../../img/article/navi1_sub_true.gif) 40px 1px no-repeat;
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul ul li.act_path a,
.nlu_navi1 ul ul ul ul li.act_path a:link,
.nlu_navi1 ul ul ul ul li.act_path a:visited,
.nlu_navi1 ul ul ul ul li.act_path a:active {
   color: White;
   font-weight: bold;
   background: #4f702a url(../../img/article/navi1_act.gif) 40px 1px no-repeat;
}


/* state for the active link */
.nlu_navi1 ul ul ul ul li.active a,
.nlu_navi1 ul ul ul ul li.active a:link,
.nlu_navi1 ul ul ul ul li.active a:visited,
.nlu_navi1 ul ul ul ul li.active a:active {
   color: White;
   font-weight: bold;
   background: #4f702a url(../../img/article/navi1_act.gif) 40px 1px no-repeat;
}


.nlu_navi1 ul ul ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}
.nlu_navi1 ul ul ul ul li.sub_no a:hover {
   color: White;
   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}
.nlu_navi1 ul ul ul ul li.sub_ul a:hover {
   background: #6D879F url(../../img/article/navi1_act_hov.gif) 40px 1px no-repeat;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul ul li.sub_ul_true a:hover {
   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul ul ul li.active a:hover {
   background: #6D879F url(../../img/article/navi1_act_hov.gif) 40px 1px 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 ========================================= */
