/* =================================================================
   >= V1.30    CSS for an horizontal menu one level
   <div class="nlu_horiz1">{ NAV_LIST_UL:F,0,1,act_path,active }</div>
   Level 0 ;
   26.03.07 flip-flop (KH)

===================================================================== */
   
.nlu_horiz1 {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   text-decoration: none;
   font: bold normal 11px/19px Verdana, Helvetica, Arial, sans-serif;
    border-right: 1px solid #FFFFFF;
}

.nlu_horiz1 em { font-style: normal; }

.nlu_horiz1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style: none;
}

.nlu_horiz1 ul li {
   display: inline;
   float:left;
}


/* ==== Styles for Menu Items ================================== */

/* ==== LEVEL X ================================================ */

.nlu_horiz1 ul li a,
.nlu_horiz1 ul li a:link,
.nlu_horiz1 ul li a:visited,
.nlu_horiz1 ul li a:active {
   display: block;
   /*width: 68px;  ;width entry = with + boarder left/right  ==== IE only ====*/
   /*w\idth: 62px;  width entry = with - padding left/right */
   text-decoration: none;
   text-transform: none;
   font-weight: bold;
   color: #fff;
   padding: 3px 8px;         /* Text adjust */
    border-left: 1px solid #FFF;
   /*background: #81909F url(../../img/article/navi1_norm.gif) 5px 1px no-repeat;*/
}

/* state for the active point if there is a sub_level */
.nlu_horiz1 ul li.sub_ul_true a,
.nlu_horiz1 ul li.sub_ul_true a:link,
.nlu_horiz1 ul li.sub_ul_true a:visited,
.nlu_horiz1 ul li.sub_ul_true a:active {
   color: White;
   font-weight: bold;
   /*background: #839AAF url(../../img/article/navi1_sub_true.gif) 5px 1px no-repeat;*/
}

/* state for the active path (link tracing) */
.nlu_horiz1 ul li.act_path a,
.nlu_horiz1 ul li.act_path a:link,
.nlu_horiz1 ul li.act_path a:visited,
.nlu_horiz1 ul li.act_path a:active {
   color: #00336F;
   font-weight: bold;
   background: #B3BAC3;
}

/* state for the active link */
.nlu_horiz1 ul li.active a,
.nlu_horiz1 ul li.active a:link,
.nlu_horiz1 ul li.active a:visited,
.nlu_horiz1 ul li.active a:active {
   color: #00336F;
   font-weight: bold;
   background: #B3BAC3;
}


.nlu_horiz1 ul li a:hover, .nlu_horiz1 ul li.sub_no a:hover {
   color: #00336F;
    font-weight: bold;
  background: #B3BAC3;
}
.nlu_horiz1 ul li.act_path a:hover {
   color: #00336F;
   font-weight: bold;
   background: #B3BAC3;
}
.nlu_horiz1 ul li.active a:hover {
   color: #00336F;
   font-weight: bold;
   background: #B3BAC3;
}

/* ===== END horiz Level X_===================================== */