/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border-top:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	background-color:#CFD7E0;
    padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.sub_nlsitemcontainer {
	height:22px;
	padding:1px 3px 1px 3px;
	background-color:#CFD7E0;
}

.sub_nlsitemcontainerover {
	height:22px;
	background-color:#E0E6ED;
	padding:1px 3px 1px 3px;
}
.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:#555C62;
    padding:2px 5px 2px 5px;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#5F676D;
    padding:2px 5px 2px 5px;
}

.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#555C62;
    padding:2px 5px 2px 5px;
}
.sub_nlsseparatorcontainer {
    height:1px;
    background-image:url(img/dottedline_white544.gif);
    background-position:left center;
    background-repeat:no-repeat;
	padding-left:1px;
}

.sub_nlsseparator {
    height:1px;
}
