
.nlu_horiz1 {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   text-decoration: none;
   font: normal normal 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.nlu_horiz1 em { font-style: normal; }

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

.nlu_horiz1 ul li {
   display: block;
   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 {
   text-decoration: none;
   text-transform: none;
   color: #C2C2C2;
   padding: 0px 20px 0px 0px;
}

/* 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: #585858;
   /*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: #CADA2A;
   /*font-weight: bold;*/
}

/* 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: #CADA2A;
   /*font-weight: bold;*/
   /*background: #63819F url(../../img/article/navi1_act.gif) 5px 1px no-repeat;*/
}


.nlu_horiz1 ul li a:hover, .nlu_horiz1 ul li.sub_no a:hover {
   color: #585858;
   /*background: #597B8F url(../../img/article/navi1_hov.gif) 5px 1px no-repeat;*/
}
.nlu_horiz1 ul li.act_path a:hover {
   color: #585858;
   /*background: #37667F url(../../img/article/navi1_act_hov.gif) 5px 1px no-repeat;*/
}
.nlu_horiz1 ul li.active a:hover {
   color: #585858;
   /*background: #37667F url(../../img/article/navi1_act_hov.gif) 5px 1px no-repeat;*/
}

/* ===== END horiz Level X_===================================== */
