#mgr {
	position:absolute;
	z-index:52;
	left: 0px;
	top: -4px;
}
.nlsmenu {
	position: relative;
	background-image:url(/assets/images/layout/menu.png);
	
    width: 165px;
    height: auto;
    top: 20px;
    background-position:top;
    border-bottom: 1px solid #e8cb81;
}


.nlsitemcontainer {height:20px;}
.nlsiconcell {
}
.nlssubmenucell{
}
.nlsitem {
	color: black;
	font-size:8pt;
	font-weight: normal;
	padding:2px 5px 2px 15px;
	
}
.nlsitemover {
    color:black;
	font-size:8pt;
	font-weight: normal;
	padding:2px 5px 2px 15px;
	
}
.nlsitemcontainerover {
	height:20px;
	background-image:url(/assets/images/layout/menuitem.gif)
}

.nlsiconcellover {
}
.nlssubmenucellover {
}


.nlsitemdisable {
    font-family:verdana;
    font-size:8pt;
    color:#999999;
    padding:2px 5px 2px 5px;
}

.nlsseparatorcontainer {padding-left:28px;}
.nlsseparator {
    height:87px;
    width:2px;
    background-image:url(/assets/images/newlayout/menudivider.png);
    background-position:bottom center;
    background-repeat: repeat-y;
}

.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(/assets/images/menu/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(/assets/images/menu/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(/assets/images/menu/cornershadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
