/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	/*z-index:1;*/
	position:relative;
	top:20px;
	left:-10px;
	background-color:#888888;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
}

.sub_nlsitemcontainer {
	height:27px;
	padding:0px 5px 0px 5px;
	background-color:#E6E6E6;
}

.sub_nlsitemcontainerover {
	height:27px;
	padding:0px 5px 0px 5px;
	background-color:#B0B0B0;
}

.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:12px;
	color:#838383;
    padding:7px 5px 2px 5px;
}

.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#FFFFFF;
    padding:7px 5px 2px 5px;
}

.sub_nlsseparatorcontainer {
    height:1px;
}

.sub_nlsseparator {
    height:1px;
}

