﻿	/* -- ab hier Hauptmenüs -- */
	
.horz_nlsmenu {
    z-index:1;
}
.horz_nlsitemcontainer {
	height:39px;
	width:120px;
	vertical-align:middle;
	padding:0px;
	background-color: #403b3a;
	background-image:url(img/nav_inactive.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.horz_nlsitemcontainerover {
	height:39px;
	width:120px;
	vertical-align:middle;
	padding:0px;
	background-color: #7f7b79;
	background-image:url(img/nav_inactive.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.horz_nlssubmenucell {
	width:1px;
}
.horz_nlssubmenucellover {
	width:1px;
}
.horz_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#908c8a;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
}
.horz_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#efeeee;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
}
.horz_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#a1a0a0;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
}
.horz_nlsseparatorcontainer {
	height:39px;
	width:2px;
	background-image:url(img/nav_separator.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.horz_nlsseparator {
	height:39px;
	width:2px;
}

	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
}
.active_nlsitemcontainer {
	height:39px;
	width:120px;
	vertical-align:middle;
	padding:0px;
	background-color: #7f7b79;
	background-image:url(img/nav_active.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlsitemcontainerover {
	height:39px;
	width:120px;
	vertical-align:middle;
	padding:0px;
	background-color: #7f7b79;
	background-image:url(img/nav_active.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlssubmenucell {
	width:1px;
}
.active_nlssubmenucellover {
	width:1px;
}
.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#efeeee;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#efeeee;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#a1a0a0;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
}
.active_nlsseparatorcontainer {
	height:39px;
	width:2px;
	background-image:url(img/nav_separator.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}
.active_nlsseparator {
	height:39px;
	width:2px;
}

