/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
	position:relative; top: -1px; left: 2px;
	border: solid 1px #afa79c;
	background-color:#3e3833;
}
.sub_nlsitemcontainer {
	height:24px;
	padding:0px 10px 0px 10px;
}
.sub_nlsitemcontainerover {
	height:24px;
	padding:0px 10px 0px 10px;
}
.sub_nlssubmenucell{
	width:8px;
}
.sub_nlssubmenucellover {
	width:8px;
}
.sub_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#afa79c;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#555C62;
}
.sub_nlsseparatorcontainer {
	height:1px;
	background-image:url('img/subnav_delimiter.gif');
	background-position:left;
	background-repeat:repeat-x;
	background-attachment: scroll;
}
.sub_nlsseparator {
	height:1px;
}
