/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border-top:#ffffff 4px solid;
	border-left:#ffffff 4px solid;
	border-bottom:#ffffff 4px solid;
	border-right:#ffffff 4px solid;
	background-color:#DFEAF4;
    padding:0px 0px 0px 0px;
	/*z-index:1;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position: absolute; left: -1px; top: -4px;
	width:130px;
}
.sub_nlsitemcontainer {
	height:22px;
	padding:1px 3px 1px 3px;
	background-color:#DFEAF4;
}
.sub_nlsitemcontainerover {
	height:22px;
	padding:1px 3px 1px 3px;
	background-color:#F4F8FB;
}
.sub_nlssubmenucell{
	width:10px;
	padding:0px 4px 0px 0px;
}
.sub_nlssubmenucellover {
	width:10px;
	padding:0px 4px 0px 0px;
}
.sub_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#004DA0;
    padding:2px 5px 2px 5px;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#004DA0;
    padding:2px 5px 2px 5px;
}
.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#004DA0;
    padding:2px 5px 2px 5px;
}
.sub_nlsseparatorcontainer {
    height:1px;
    background-image:url('img/dottedline_blue544.gif');
    background-position:left center;
    background-repeat:repeat-x;
	padding-left:1px;
}
.sub_nlsseparator {
    height:1px;
}
