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

.nlsitemcontainer {
    height:25px;
}
.nlsiconcell {width:20px;}
.nlssubmenucell{width:20px;}
.nlsitem {
    font-family:verdana;
    font-size:8pt;
    color:#ffffff;
    padding:2px 10px 2px 5px;
}

.nlsitemcontainerover {
    height:25px;
    background-color:#ff9c1b;
}
.nlsiconcellover {width:20px;}
.nlssubmenucellover {width:20px;}
.nlsitemover {
    font-family:verdana;
    font-size:8pt;
    color:#000000;
    padding:2px 10px 2px 5px;
}

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

.nlsseparatorcontainer {}
.nlsseparator {}

.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;}

.horzshadow { }
.vertshadow { }
.cornshadow { }

/*Scroll button*/

.nlsscrup, .nlsscrupover {
    background-image:url(img/scrup.gif);
    background-repeat:no-repeat;
    background-position:center center;
    border-bottom:#999999 1px solid;
    background-color:#585858;
 }

.nlsscrdown, .nlsscrdownover {
    background-image:url(img/scrdown.gif);
    background-repeat:no-repeat;
    background-position:center center;
    border-top:#999999 1px solid;
    background-color:#585858;
}

.nlsscrupover{background-color:#787878;}
.nlsscrdownover{background-color:#787878;}
