.nlsmenu {
    border-top:#dddddd 1px solid;
    border-left:#dddddd 1px solid;
    border-bottom:#999999 1px solid;
    border-right:#999999 1px solid;
    background-color:#ffffff;
    z-index:1;
}

.nlsitemcontainer {
    height:23px;
    padding-top:1px;
    padding-left:1px;
    padding-right:1px;
    border-bottom:#e4e4e4 1px solid;
}
.nlsiconcell {width:22px;}
.nlssubmenucell{width:20px;}
.nlsitem {
    font-family: geneva,'Trebuchet MS',sans-serif;
    font-size:8pt;
    color:#666666;
    padding:2px 5px 2px 5px;
	width: 100px;
}

.nlsitemcontainerover {
    height:23px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    border:#666666 1px solid;
    background-color: #848484;
}
.nlsiconcellover {width:22px;}
.nlssubmenucellover {width:20px;}
.nlsitemover {
    font-family: geneva,'Trebuchet MS',sans-serif;
    font-size:8pt;
    color:#ffffff;
    padding:2px 5px 2px 5px;
    width: 100px;
}

.nlsitemdisable {
    font-family: geneva,'Trebuchet MS',sans-serif;
    font-size:8pt;
    color:#999999;
    padding:2px 5px 2px 5px;
}

.nlsseparatorcontainer {padding-left:28px;}

.nlsseparator {
    height:5px;
    background-image:url(img/nav-spacer.png);
    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;}
