/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border: solid 1px #ffffff;
	background-color:#9EAFCB;
	width:150px;
}
.sub_nlsitemcontainer {
	height:25px;
	padding:0px 8px 0px 8px;
	background-color:#9EAFCB;
}
.sub_nlsitemcontainerover {
	height:25px;
	background-color:#B1BFD6;
	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:#F1F4F8;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}
.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;
}

