/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border-right: solid 1px #020000;
	border-bottom: solid 1px #020000;
	border-top: solid 1px #020000;
	border-left: solid 1px #020000;
	background-color:#8e0712;
}
.sub_nlsitemcontainer {
	height:25px;
	padding:0px 8px 0px 8px;
	background-color:#8e0712;
}
.sub_nlsitemcontainerover {
	height:25px;
	background-color:#BA0A16;
	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:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d77f86;
}
.sub_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.sub_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#555C62;
}
.sub_nlsseparatorcontainer {
    height:1px;
    background-image:url('img/navseparator_h.gif');
    background-position:left center;
    background-repeat:repeat-x;
}

.sub_nlsseparator {
    height:1px;
}
