﻿	/* -- ab hier Hauptmenüs -- */
	
.horz_nlsmenu {
    z-index:1;
}
.horz_nlsitemcontainer {
	height:40px;
	padding:0px 12px 0px 0px;
}
.horz_nlsitemcontainerover {
	height:40px;
	padding:0px 12px 0px 0px;
}
.horz_nlssubmenucell {
	width:10px;
}
.horz_nlssubmenucellover {
	width:10px;
}
.horz_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FCE4C2;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.horz_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.horz_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.horz_nlsseparatorcontainer {
	height:1px;
	background-image:url(img/nav_delimiter.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.horz_nlsseparator {
	height:1px;
}

	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
}
.active_nlsitemcontainer {
	height:40px;
	padding:0px 12px 0px 0px;
}
.active_nlsitemcontainerover {
	height:40px;
	padding:0px 12px 0px 0px;
}
.active_nlssubmenucell {
	width:10px;
}
.active_nlssubmenucellover {
	width:10px;
}
.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#B6B6B6;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.active_nlsseparatorcontainer {
	height:1px;
	background-image:url(img/nav_delimiter.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlsseparator {
	height:1px;
}

