﻿	/* -- ab hier Hauptmenüs -- */
	
.vert_nlsmenu {
    z-index:1;
	width:269px;
}
.vert_nlsitemcontainer {
	height:22px;
	padding:0px 5px 0px 0px;
}
.vert_nlsitemcontainerover {
	height:22px;
	padding:0px 5px 0px 0px;
}
.vert_nlsiconcell {
	width:16px;
	height:22px;
	text-align:left;
	vertical-align:middle;
	background-image:url(img/icon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.vert_nlsiconcellover {
	width:16px;
	height:22px;
	text-align:left;
	vertical-align:middle;
	background-image:url(img/iconover.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.vert_nlssubmenucell {
	width:5px;
}
.vert_nlssubmenucellover {
	width:5px;
}
.vert_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#474747;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.vert_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.vert_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.vert_nlsseparatorcontainer {
	height:1px;
	background-image:url(img/dottedline_leftspaced.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.vert_nlsseparator {
	height:1px;
}

	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
	width:269px;
}
.active_nlsitemcontainer {
	height:22px;
	padding:0px 5px 0px 0px;
}
.active_nlsitemcontainerover {
	height:22px;
	padding:0px 5px 0px 0px;
}
.active_nlsiconcell {
	width:16px;
	height:22px;
	text-align:left;
	vertical-align:middle;
	background-image:url(img/iconover.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlsiconcellover {
	width:16px;
	height:22px;
	text-align:left;
	vertical-align:middle;
	background-image:url(img/iconover.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlssubmenucell {
	width:5px;
}
.active_nlssubmenucellover {
	width:5px;
}
.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsseparatorcontainer {
	height:1px;
	background-image:url(img/dottedline_leftspaced.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlsseparator {
	height:1px;
}

