.nlsmenu {
	width: 238px;
    margin-top: 0px;
    z-index:5;
	border-right: #965fba solid 1px;
	border-left: #965fba solid 1px;
}

.nlsitemcontainer {
    height:25px;
	border-bottom: #965fba solid 1px;
	background: url(../images/menu_off.jpg) bottom repeat-x;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);-moz-opacity:0.75;opacity:0.75;
}
.nlsiconcell {width:0px;}
.nlssubmenucell{width:0px;}
.nlsitem {
    text-align: left;
    font-size:12px;
	font-weight: 600;
    color:#000;
	padding-left: 10px;
}

.nlsitemcontainerover {
    height:25px;
	border-bottom: #965fba solid 1px;
	background: url(../images/menu_on.jpg) bottom repeat-x;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);-moz-opacity:0.90;opacity:0.90;
}
.nlsiconcellover {width:0px;}
.nlssubmenucellover {width:0px;}
.nlsitemover {
text-align: left;
    font-size:12px;
	font-weight: 600;
    color:#000;
	padding-left: 10px;
}



