﻿/* ---------------------------------------- Hauptmenü Normal ------------------------------------------ */
	
.horz_nlsmenu {
    z-index:1;
}

.horz_nlsitemcontainer {
	height:21px;
	padding:0px 12px 0px 12px;
}
.horz_nlsitemcontainerover {
	height:21px;
	padding:0px 12px 0px 12px;
}

.horz_nlssubmenucell {
	width:10px;
	padding:0px 0px 0px 0px;
}
.horz_nlssubmenucellover {
	width:10px;
	padding:0px 0px 0px 0px;
}

.horz_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#562b00;
	font-weight:bold;
	text-decoration:none;
	padding:1px 5px 2px 1px;
}
.horz_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#562b00;
	font-weight:bold;
	padding:1px 5px 2px 1px;
	text-decoration:underline;
}
.horz_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#CFD7E0;
	font-weight:bold;
    padding:1px 5px 2px 1px;
}

/*
.horz_nlsiconcell {
	width:10px;
}
*/

/*
.horz_nlsiconcellover {
	width:10px;
}
*/

.horz_nlsseparatorcontainer {
	height:21px;
	width:1px;}

.horz_nlsseparator {
	height:21px;
	width:1px;
	background-image:url(../JS/Webbar/img/menudivider.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}


/* ---------------------------------------- Hauptmenü Aktiv ------------------------------------------ */
	
.active_nlsmenu {
    z-index:1;
}

.active_nlsitemcontainer {
	height:21px;
	padding:0px 12px 0px 12px;
}
.active_nlsitemcontainerover {
	height:21px;
	padding:0px 12px 0px 12px;
}

.active_nlssubmenucell {
	width:10px;
	padding:0px 0px 0px 0px;
}
.active_nlssubmenucellover {
	width:10px;
	padding:0px 0px 0px 0px;
}

.active_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dd0000;
	text-decoration:none;
	font-weight:bold;
	padding:1px 5px 2px 1px;
}
.active_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#dd0000;
	text-decoration:underline;
	font-weight:bold;
   	padding:1px 5px 2px 1px;
}
.active_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#959595;
	font-weight:bold;
    padding:1px 5px 2px 1px;
	text-decoration:underline;
}
/*
.active_nlsiconcell {
	width:10px;
}
*/

/*
.active_nlsiconcellover {
	width:10px;
}
*/

.active_nlsseparatorcontainer {
	padding-left:0px;
	height:21px;
	width:1px;}

.active_nlsseparator {
	height:21px;
	width:1px;
	background-image:url(../JS/Webbar/img/menudivider.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-attachment: scroll;
}

/* ---------------------------------------- Untermenüs ------------------------------------------ */
	
.sub_nlsmenu {
	z-index:1;
	position: absolute;
	left:-2px;
	top:0px;
	border:#9b8f87 2px solid;
	background-color: #d5d3d2;
}

.sub_nlsitemcontainer {
	height:24px;
	padding-left:10px;
}

.sub_nlsitemcontainerover {
	height:24px;
	background-color:#F9F9F9;
	padding-left:10px;
}
/*
.sub_nlsiconcell {
	width:22px;
}
*/

/*
.sub_nlsiconcellover {
	width:22px;
}
*/

.sub_nlssubmenucell{
	width:7px;
	padding-right:10px;
}

.sub_nlssubmenucellover {
	width:7px;
	padding-right:10px;
}

.sub_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #562b00;
	padding-right:10px;
}

.sub_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #562b00;
	padding-right:10px;
}

.sub_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #C5C5C5;
	padding-right:10px;
}

.sub_nlsseparatorcontainer {
	padding-left:5px;
	padding-right:5px;
    height:1px;
}

.sub_nlsseparator {
    height:1px;
    /*background-image:url('../JS/Webbar/img/dottedline450.gif');*/
	background-color: #9b8f87;
    background-position:left center;
    background-repeat:repeat-x;
}

