/* nls sub menus (level 2 and on)*/
.nlsmenu {
    border-top:#7f349e 1px solid;
    border-left:#7f349e 2px solid;
    border-bottom:#7f349e 1px solid;
    border-right:#7f349e 1px solid;

	background-color:#F6D87E;
    padding:1px 1px 1px 1px;
    z-index:1;
	padding-left:10px;

	
}

.nlsitemcontainer {height:28px;padding-top:1px;padding-bottom:1px;}
.nlsiconcell {width:25px;}

/* this changes right-hand side of cells (ie, background of second level arrow)*/
.nlssubmenucell{
	width:27px;
	background-color:#F6D87E;
	}
	
.nlsitem {
    font-family:verdana;
    font-size:8pt;
    color:#000000;
    padding:2px 5px 2px 10px;
}

.nlsitemcontainerover {
    height:28px;
    border-top:#f58025 1px solid;
    border-bottom:#f58025 1px solid;
    padding-left:0px;
    padding-right:0px;
	background-color:#dd9656;
}
.nlsiconcellover {width:25px;}
.nlssubmenucellover {width:27px;}
.nlsitemover {
    font-family:verdana;
    font-size:8pt;
    color:#000000;
    padding:2px 5px 2px 10px;
}

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

.nlsseparatorcontainer {padding-left:28px;}

.nlsseparator {
    height:5px;
    background-image:url(img/zseparator.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;}

.horzshadow { -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/hshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vertshadow { -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/vshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.cornshadow { -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/cornershadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}

