/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border-right: solid 1px #202c04;
	border-bottom: solid 1px #202c04;
	border-top: solid 1px #e1f393;
	border-left: solid 1px #e1f393;
	background-color:#86a20b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:120px;
}

.sub_nlsitemcontainer {
	height:25px;
	padding:0px 8px 0px 8px;
	background-color:#86a20b;
}

.sub_nlsitemcontainerover {
	height:25px;
	background-color:#cbd200;
	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:#e1f393;
}

.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4E690C;
}

.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;
}

