/* =================================================================
   >= 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: 5px 0;
   border: 0px none;
   list-style-type: none;
   text-decoration: none; text-align: center;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   /*line-height:24px;*/
   font-size:14px;
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
   }

.nlu_horiz1 em { font-style: normal; }

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

.nlu_horiz1 ul li {
   display: block;
   float:left;
   width: auto;
}


/* ==== 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 {
    background: url("/picture/banner.jpg") no-repeat -660px -20px #ffe4c4;
    border-right: 2px solid #640000;
    color: #40291b;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    text-transform: none;
    width: 122px;
    font-weight: bold;
    
    -webkit-border-top-right-radius: 12px;  
    -khtml-border-top-right-radius:  12px;    
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
}

/* 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 {
    background: url("/picture/banner.jpg") no-repeat -525px -20px #ffe4c4;
    color: #006600;
 
}

/* 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 {
    background: url("/picture/menueBackgr_active.jpg") repeat scroll 0 0 transparent;
    color: #006600;
}

/* 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 {
    background: #ffe4c4;
    color: #006600;
    font-weight:bold;
}


.nlu_horiz1 ul li a:hover, .nlu_horiz1 ul li.sub_no a:hover {
    background: #ffe4c4 url("/picture/banner.jpg") no-repeat scroll -35px 0;
    color: #fff;
}
.nlu_horiz1 ul li.act_path a:hover {
    background: #ffe4c4;
    color: #006600;
    font-weight:bold;
}
.nlu_horiz1 ul li.active a:hover {
    background: #ffe4c4;
    color: #006600;
    cursor:default;
}

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