.nlsmenu {
    z-index:1;
	width:190px;
}

.nlsitemcontainer {
    height:27px;
    background-color: #6C326C;
	background-image:url(img/doti_0.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.nlsitemcontainerover {
    height:27px;
    background-color: #A884A8;
	background-image:url(img/doti_1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.nlssubmenucell {
	width:13px;
    padding:0px 5px 0px 0px;
}
.nlssubmenucellover {
	width:13px;
    padding:0px 5px 0px 0px;
}
.nlsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	font-weight: bold;
    padding:0px 5px 0px 28px;
}
.nlsitemover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	font-weight: bold;
    padding:0px 5px 0px 28px;
}
.nlsseparatorcontainer {
    height:1px;
	background-color:#FFFFFF;
}
