.nlsmenu {
	z-index:1;
	font-weight:bold;
	font-size:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

.nlsitemcontainer {	
	font-family:verdana;
	color:#ffffff;
	background-color:#82B333;
	border-top: 1px solid #FFFFFF;
	width:241px;
	 }
.nlssubmenucell{ 
text-align:right;
	padding-right: 5px;}
.nlsitem {
	padding:5px;
	white-space: normal;   
}

.nlsitemcontainerover {	
font-family:verdana;
color:#eeeeee;
background-color:#266538;
border-top: 1px solid #FFFFFF;
width:241px;
 }
.nlssubmenucellover {
	text-align:right;
	padding-right: 5px;}
	
.nlsitemover {padding:5px;
white-space: normal; 
}

.nlsitemdisable {

}

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

