﻿/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
    z-index:1;   
	position: absolute; left:0px; top:-1px;
    border-top:#383838 1px solid;
    border-left:#383838 1px solid;
    border-bottom:#383838 2px solid;
    border-right:#383838 2px solid;
    background-color: #FEF5D3;
}
.sub_nlsitemcontainer {
	height:22px;
}
.sub_nlsitemcontainerover {
	height:22px;
	background-color:#FCFAF2;
}
.sub_nlssubmenucell{
	width:10px;
	padding:0px 4px 0px 0px;
}
.sub_nlssubmenucellover {
	width:10px;
	padding:0px 4px 0px 0px;
}
.sub_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #595959;
    padding:2px 5px 2px 5px;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #595959;
    padding:2px 5px 2px 5px;
}
.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #686868;
    padding:2px 5px 2px 5px;
}
.sub_nlsseparatorcontainer {
    height:1px;
    background-image:url('img/dottedline450.gif');
    background-position:left center;
    background-repeat:repeat-x;
	padding-left:1px;
}
.sub_nlsseparator {
    height:1px;
}
