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