/* -- ab hier Hauptmenüs -- */
	
.vert_nlsmenu {
    z-index:1;
	width:175px;
}
.vert_nlsitemcontainer {
    height:26px;
    padding:0px 0px 0px 10px;
}
.vert_nlsitemcontainerover {
    height:26px;
    padding:0px 0px 0px 10px;
}
.vert_nlssubmenucell {
	width:10px;
    padding:0px 10px 0px 0px;
}
.vert_nlssubmenucellover {
	width:10px;
    padding:0px 10px 0px 0px;
}
.vert_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3f3f3f;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.vert_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #48806b;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.vert_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.vert_nlsseparatorcontainer {
	height:1px;
	background-image:url(img/nav_separatorline.gif);
	background-position:left;
	background-repeat:repeat-x;
	background-attachment: scroll;
}
.vert_nlsseparator {
	height:1px;
}


	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
}

.active_nlsitemcontainer {
    height:26px;
    padding:0px 0px 0px 10px;
}
.active_nlsitemcontainerover {
    height:26px;
    padding:0px 0px 0px 10px;
}

.active_nlssubmenucell {
	width:10px;
    padding:0px 10px 0px 0px;
}
.active_nlssubmenucellover {
	width:10px;
    padding:0px 10px 0px 0px;
}

.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#48806b;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#48806b;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
/*
.active_nlsiconcell {
	width:10px;
}
.active_nlsiconcellover {
	width:10px;
}
*/

.active_nlsseparatorcontainer {
	padding-left:0px;
	height:1px;
}
.active_nlsseparator {
	height:1px;
	background-image:url(img/nav_separatorline.gif);
	background-position:left;
	background-repeat:repeat-x;
	background-attachment: scroll;
}
