	/* -- ab hier Hauptmenüs -- */
	
.horz_nlsmenu {
    z-index:1;
}
.horz_nlsitemcontainer {
	height:30px;
	padding:0px 12px 0px 0px;
}
.horz_nlsitemcontainerover {
	height:30px;
	padding:0px 12px 0px 0px;
}
.horz_nlssubmenucell {
	width:6px;
	padding:0px 4px 0px 0px;
}
.horz_nlssubmenucellover {
	width:6px;
	padding:0px 4px 0px 0px;
}
.horz_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004DA0;
	font-weight:bold;
	padding:5px 5px 4px 0px;
}
.horz_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#5C98DA;
	font-weight:bold;
	padding:5px 5px 4px 0px;
}
.horz_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#004DA0;
	font-weight:bold;
	padding:5px 5px 4px 0px;
}
.horz_nlsseparatorcontainer {
	height:25px;
	width:3px;
	background-image:url(img/menudivider.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment: scroll;
}

.horz_nlsseparator {
	height:25px;
	width:3px;
}

	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
}

.active_nlsitemcontainer {
	height:30px;
	padding:0px 12px 0px 0px;
}
.active_nlsitemcontainerover {
	height:30px;
	padding:0px 12px 0px 0px;
}

.active_nlssubmenucell {
	width:6px;
	padding:0px 4px 0px 0px;
}
.active_nlssubmenucellover {
	width:6px;
	padding:0px 4px 0px 0px;
}

.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#5C98DA;
	font-weight:bold;
	padding:5px 5px 4px 0px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#5C98DA;
	font-weight:bold;
	padding:5px 5px 4px 0px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#004DA0;
	font-weight:bold;
	padding:5px 5px 4px 0px;
}
.active_nlsseparatorcontainer {
	height:25px;
	width:3px;
	background-image:url(img/menudivider.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment: scroll;
}

.active_nlsseparator {
	height:25px;
	width:3px;
}
