/* ================================================================= 
 >= 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_background {
 background-color: #336699
}
  
.nlu_horiz1 { 
 margin: 6px 0 0 0px; 
 padding: 0 0 5px 12px; 
 border: 0; 
 list-style-type: none; 
 text-decoration: none; 
 font: normal normal 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
 float: left;
} 

.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; 
 background-color: #336699
} 


/* ==== 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 { 
 width: auto; /* ;width entry = with + boarder left/right ==== IE only ====*/ 
 w\idth: 114; /* width entry = with - padding left/right */ 
height: 26px; 
 font: normal normal 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
 text-decoration: none; 
 text-transform: none; 
 color: #fff; 
 padding: 0px 0px 0px 0px;    /* Text adjust */ 
 margin: 0px 15px 0px 0px; 
 background: #81909F; 
} 

/* 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 { 
 font: normal normal 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
 color: #ffffff; 
 background: #336699; 
} 

/* 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: #99ccff; 
 background: #336699; 
} 

/* 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: #99ccff; 
 background: #336699; 
} 


.nlu_horiz1 ul li a:hover, .nlu_horiz1 ul li.sub_no a:hover { 
 color: #99ccff; 
 background: #336699; 
} 
.nlu_horiz1 ul li.act_path a:hover { 
 color: #99ccff; 
 background: #336699; 
} 
.nlu_horiz1 ul li.active a:hover { 
 color: #99ccff; 
 background: #336699; 
} 

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