/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	border-right: solid 1px #9a5108;
	border-bottom: solid 1px #9a5108;
	border-top: solid 1px #fbdeb3;
	border-left: solid 1px #fbdeb3;
	background-color:#ea7b0c;
	width:200px;
}
.sub_nlsitemcontainer {
	height:26px;
	padding:0px 10px 0px 10px;
	background-color:#ea7b0c;
}
.sub_nlsitemcontainerover {
	height:26px;
	background-color:#f19812;
	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:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FCE4C2;
}
.sub_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.sub_nlsitemdisable {
	font-family:Tahoma, 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;
}

