/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border: solid 4px #fffefc;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#e2e0df;
	font-size: 11px;
}
.sub_nlsitemcontainer {
	height:22px;
	padding:0px 8px 0px 8px;
	background-color:#e2e0df;
}
.sub_nlsitemcontainerover {
	height:22px;
	background-color:#C2BFBE;
	padding:0px 8px 0px 8px;
}
.sub_nlssubmenucell{
	width:10px;
	padding:0px 0px 0px 6px;
}

.sub_nlssubmenucellover {
	width:10px;
	padding:0px 0px 0px 6px;
}
.sub_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#474747;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#555C62;
}
.sub_nlsseparatorcontainer {
    height:1px;
    background-image:url('img/nav_delimiter.gif');
    background-position:left center;
    background-repeat:repeat-x;
}
.sub_nlsseparator {
    height:1px;
}

