.sub_nlsmenu {
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    z-index:1;   
	position:absolute; top:0px; left:-1px;
	width:150px;
}
.sub_nlsitemcontainer {
    background-color: #78AB84;
	height:22px;
}
.sub_nlsitemcontainerover {
    height:22px;
	background-color:#5B9167;
}
.sub_nlsiconcell {
	width:0px;
}
.sub_nlssubmenucell{
	width:13px;
    padding:0px 9px 0px 0px;
}
.sub_nlsitem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8F0EA;
    padding:0px 9px 0px 10px;
}
.sub_nlsitemover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    padding:0px 9px 0px 10px;
}
.sub_nlsiconcellover {
	width:0px;
}
.sub_nlssubmenucellover {
	width:13px;
    padding:0px 9px 0px 0px;
}
.sub_nlsseparatorcontainer {
    height:1px;
    background-image:url('img/separator_white.gif');
    background-position:left;
    background-repeat:repeat-x;
	background-color: #FFFFFF;
}
.sub_nlsseparator {
    height:1px;
}
