.nlsmenu {
    border: #646567 1px solid;
    background-color:#c6c8ca;
    z-index:1;
}

.nlsitemcontainer {
    height:26px;
    border-bottom:#dfe0e1 1px solid;
}
.nlsiconcell {width:25px;}
.nlssubmenucell{width: 50px;}
.nlsitem {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:#646567;
    padding:2px 15px 2px 15px;
}

.nlsitemcontainerover {
    height:26px;
    background-color:#c6c8ca;
    border-bottom:#dfe0e1 1px solid;
}
.nlsiconcellover {width:25px;}
.nlssubmenucellover {width: 50px;}
.nlsitemover {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:#0842d6;
    padding:2px 15px 2px 15px;
}

.nlsitemdisable {
    font-family:verdana;
    font-size:8pt;
    color:#999999;
    padding:2px 15px 2px 10px;
}

.nlsseparatorcontainer {padding-left: 28px;}

.nlsseparator {
    height:5px;
    background-image:url(img/separator.gif);
    background-position:center center;
    background-repeat:repeat-x;
}

.mtopleft {height:0px; width:0px;}
.mtopright {height:0px; width:0px;}
.mbottomleft {width:0px; height:0px;}
.mbottomright {width:0px; height:0px;}
.mtop {height:0px;}
.mbottom {height:0px;}
.mleft {width:0px;}
.mright {width:0px;}

