
#navigation-bar
{
    position: static;
    left:76px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border: 0px;
	width: 200px;
	background-color: #f2f7ff; /*#C9E3FF;*/
	color: #009095;
	float: left;
}

.language-table
{
	margin-top:4px;
	padding: 3px;
}

/* Bereich, in dem Menü-Control liegt */
#NavigationWebList
{
	margin: 0px 0px 0px 3px;
	background-color: #f2f7ff;
	width: 200px;
}

.MenuListItemNormal, .MenuListItemSelected, .MenuListPlantSelected,
.MenuListItemHover
{
	margin-left: 2px;
	padding-bottom: 4px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #C9E3FF;
	color: #5383B3;
	text-decoration: none;
	border-style:none;
	text-align: left;
}

.MenuListItemSelected
{
	background-color: #C9E3FF;
	color: #005194;
}

.MenuListPlantSelected
{
	background-color: #C9E3FF;
	color: #E10014; /*#005194;*/
}

.MenuListItemHover
{
	background-color: #5383B3; /*#005194;*/
	color: #FFFFFF;
	cursor: pointer;
	
}

.MenuListItemNormalStart, .MenuListItemSelectedStart, .MenuListItemHoverStart
{
	margin-left: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #C9E3FF;
	color: #5383B3;
	text-decoration: none;
	border-style:none;
	text-align: left;
}

.MenuListItemSelectedStart
{
	background-color: #C9E3FF;
	color: #005194;
}

.MenuListItemHoverStart
{
	background-color: #5383B3; /*#005194;*/
	color: #FFFFFF;
	cursor: pointer;
	
}

/* Gruppenuberschrift geschlossene Gruppe   */
.MenuListBarClosedNormal
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #005194; /*#5383B3;*/
	color: #ffffff;
	text-decoration: none;
	border-style:none;
}

/* Gruppenuberschrift geöffnete Gruppe   */
.MenuListBarExpandedNormal
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #005194;
	color: #ededed;
	text-decoration: none;
	border-style:none;
	text-align: left;
}

/* Gruppenuberschrift geöffnete Gruppe (für geschlossene gibt's nichts   */
.MenuListBarExpandedHover
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #005194;
	color: #FFFFFF;
	text-decoration: none;
	border-style:none;
	text-align: left;
	cursor: pointer;
}

.navigation-tree
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #C9E3FF;
	color: #5383B3;
	text-decoration: none;

}

.navigation-node-normal
{
	margin-left: 2px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #C9E3FF;
	color: #5383B3;
	text-align: left;
	text-decoration: none;

}

.navigation-tree-selected
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #C9E3FF;
	color: #005194;
	text-decoration: none;
	border-style:none;
	text-align: left;
}

.navigation-tree-hover
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style:  normal;
	font-weight: bold;
	background-color: #5383B3; /*#005194;*/
	color: #FFFFFF;
	text-align: left;
	cursor: pointer;
}

.header-menu-button, .header-menu-button-selected
{
    overflow: visible;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
	border: 0px;
	height: 12px;
	FONT-FAMILY: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #005194;
	color: #ffffff;
	text-decoration: none;
    text-align: center;
}

.header-menu-button-selected
{
	color: #E10014; 
}

