﻿	/* -- ab hier Hauptmenüs -- */
	
.vert_nlsmenu {
    z-index:1;
	width:200px;
}
.vert_nlsitemcontainer {
	height:29px;
	padding:0px 0px 0px 25px;
}
.vert_nlsitemcontainerover {
	height:29px;
	padding:0px 0px 0px 25px;
}
.vert_nlssubmenucell {
	width:10px;
	text-align:right;
}
.vert_nlssubmenucellover {
	width:10px;
	text-align:right;
}
.vert_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#afa79c;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.vert_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.vert_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.vert_nlsseparatorcontainer {
	height:1px;
	background-image:url('img/navdivider.gif');
	background-position:left;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.vert_nlsseparator {
	height:1px;
}

	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
	width:200px;
}
.active_nlsitemcontainer {
	height:29px;
	padding:0px 0px 0px 25px;
}
.active_nlsitemcontainerover {
	height:29px;
	padding:0px 0px 0px 25px;
}
.active_nlssubmenucell {
	width:10px;
	text-align:right;
}
.active_nlssubmenucellover {
	width:10px;
	text-align:right;
}
.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.active_nlsseparatorcontainer {
	height:1px;
	background-image:url('img/navdivider.gif');
	background-position:left;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlsseparator {
	height:1px;
}
