/* NLS Menu styles */
.nlsmenu {
    border-top:#BFBFBF 1px solid;
    border-left:#BFBFBF 1px solid;
    border-right:#BFBFBF 1px solid;
    margin: 1px;
    z-index:1;
    width: auto;
}

.nlsitemcontainer {height:24px; background-color:#fff;}
.nlsiconcell {width:22px;}
.nlssubmenucell{width:20px;}
.nlsitem {
    font-size:9pt;
    color:#000;
    padding:8px 15px 8px 15px;
    border-bottom: 1px solid #BFBFBF;
}

.nlsitemcontainerover {height:24px; background-color:#BFEBFF;}
.nlsiconcellover {width:22px;}
.nlssubmenucellover {width:20px;}
.nlsitemover {
    font-size:9pt;
    color:#000;
    padding:8px 15px 8px 15px;
    border-bottom: 1px solid #BFBFBF;
}

.nlsitemdisable {
    font-size:9pt;
    color:#999999;
    padding:8px 15px 8px 15px;
		border-bottom: 1px solid #BFBFBF;
}

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