.nlsmenu {
    z-index:1;
	width:166px;
}

.nlsitemcontainer {
    height:30px;
    background-color: #E7EAF1;
 }
.nlsitemcontainerover {
    height:30px;
    background-color: #FFD3B7;
}
.nlssubmenucell{
	width:13px;
    padding:0px 10px 0px 0px;
}
.nlssubmenucellover {
	width:13px;
    padding:0px 9px 0px 0px;
}
.nlsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b7691;
	font-weight: bold;
    padding:0px 5px 0px 13px;
}
.nlsitemover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b7691;
	font-weight: bold;
    padding:0px 5px 0px 13px;
}
.nlsseparatorcontainer {
    height:1px;
    background-image:url(img/dotline_grey_185.gif);
    background-position:left;
    background-repeat:no-repeat;
	background-color:#E7EAF1;
}
