/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border-top: solid 4px #ffffff;
	background-color:#A9C146;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:140px;
}
.sub_nlsitemcontainer {
	height:26px;
	padding:0px 10px 0px 10px;
	background-color:#AEC653;
}
.sub_nlsitemcontainerover {
	height:26px;
	background-color:#D2E68E;
	padding:0px 10px 0px 10px;
}
.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:12px;
	color:#ffffff;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4E690C;
}
.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	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;
}

