/* =================================================================
   >= 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: 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 {
	display: block; /* width entry = with - padding left/right */
	height: 22px;
	text-decoration: none;
	text-transform: none;
	color: #000000;         /* Text adjust */
	background-image: url(../../images/button.jpg);
	/*background-repeat: no-repeat;*/
	background-position: 0px 0px;
	font-size: 11px;
	text-indent: 25px;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* 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;   
   background-image: url(../../images/button.jpg);
}

/* 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;
   /*background-image: url(../../images/button.jpg); */
}

/* 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;
   font-weight: bold;
   background-image: url(../../images/button.jpg);
}


.nlu_horiz1 ul li a:hover, .nlu_horiz1 ul li.sub_no a:hover {
	color: #FFFF00;
	background-image: url(../../images/button2.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.nlu_horiz1 ul li.act_path a:hover {
   color: #FFFF00;
  /* background: #37667F url(../../img/article/navi1_act_hov.gif) 5px 1px no-repeat; */
}
.nlu_horiz1 ul li.active a:hover {
	color: #FFFF00;
	background-image: url(../../images/button2.jpg);
	background-repeat: no-repeat;
}

/* ===== END horiz Level X_===================================== */

.nlu_horiz1 ul ul li a,
.nlu_horiz1 ul ul li a:link,
.nlu_horiz1 ul ul li a:visited,
.nlu_horiz1 ul ul li a:active {
	display: block;
	width: 100px; /* ;width entry = with + boarder left/right  ==== IE only ====*/
	w\idth: 100px; /* width entry = with - padding left/right */
	height: 22px;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	padding: 0px 0 0 0px;         /* Text adjust */
	background-image: url(../../images/button.jpg);
	/*background-repeat: no-repeat;*/
	background-position: 0px 0px;
	font-size: 12px;
	text-indent: 22px;
	vertical-align: middle;
}

