  /* =================================================================
       >= 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 { 
       position: relative;
       top: 50px;
       padding: 0;   
       border: 0;
       list-style-type: none;
       text-decoration: none;
       font: normal normal 14px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
       text-align:center;    
    }

    .nlu_horiz1 em { font-style: normal; }

    .nlu_horiz1 ul {
       margin: 0;
       padding: 0;
       border: 0;
       list-style: none;
       text-align:center; 
       font: normal normal 14px/20px Verdana, Geneva, Arial, Helvetica, sans-serif; 

    }

    .nlu_horiz1 ul li {
       padding-left: 10px;
       padding-right: 10px;
       display:inline; 
       font: normal normal 14px/20px Verdana, Geneva, Arial, Helvetica, sans-serif; 

    }


    /* ==== 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: #000000;
        

    }

    /* 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: #000000;
    }

    /* 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: #000000;
       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: #000000; 
    }


    .nlu_horiz1 ul li a:hover, .nlu_horiz1 ul li.sub_no a:hover {
       color: #000000;
       text-decoration: overline underline;      
    }
    .nlu_horiz1 ul li.act_path a:hover {
      color: #000000; 
      text-decoration: overline underline;
    }
    .nlu_horiz1 ul li.active a:hover {
       color: #000000; 
       text-decoration: overline underline;
    }

    /* ===== END horiz Level X_===================================== */

    
    
    
.nlu_vert1 { 
    padding: 0;   
    border: 0;
    list-style-type: none;
    text-decoration: none;
    font: normal normal 13px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:left;    
}

.nlu_vert1 em { font-style: normal; }

.nlu_vert1 ul {
   border: 0;
   list-style: none;
   font: normal normal 13px/30px Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.nlu_vert1 ul li {
   font: normal normal 13px/30px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    }
    
    
    /* ==== LEVEL X ================================================ */

    .nlu_vert1 ul li a,
    .nlu_vert1 ul li a:link,
    .nlu_vert1 ul li a:visited,
    .nlu_vert1 ul li a:active {
       text-decoration: none;
       text-transform: none;
       color: #000000;
        

    }

    /* state for the active point if there is a sub_level */
    .nlu_vert1 ul li.sub_ul_true a,
    .nlu_vert1 ul li.sub_ul_true a:link,
    .nlu_vert1 ul li.sub_ul_true a:visited,
    .nlu_vert1 ul li.sub_ul_true a:active {
       color: #000000;
    }

    /* state for the active path (link tracing) */
    .nlu_vert1 ul li.act_path a,
    .nlu_vert1 ul li.act_path a:link,
    .nlu_vert1 ul li.act_path a:visited,
    .nlu_vert1 ul li.act_path a:active {
       color: #000000;
       font-weight: bold; 
    }

    /* state for the active link */
    .nlu_vert1 ul li.active a,
    .nlu_vert1 ul li.active a:link,
    .nlu_vert1 ul li.active a:visited,
    .nlu_vert1 ul li.active a:active {
       color: #000000; 
    }


    .nlu_vert1 ul li a:hover, .nlu_vert1 ul li.sub_no a:hover {
       color: #000000;  
       text-decoration: overline underline;  
    }
    .nlu_vert1 ul li.act_path a:hover {
      color: #000000;    
      text-decoration: overline underline; 
    }
    .nlu_vert1 ul li.active a:hover {
       color: #000000;  
       text-decoration: overline underline; 
    } 

    /* ===== END horiz Level X_===================================== */