/* Hier neue Klassen */

.menu-table{
background-color: #f7f7ff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
.menu-row-normal{cursor:hand; background-color:#b9de91; color:#cccccc; font-family: verdana; font-size: 8pt; font-weight: bold;}
.menu-row-hovered{cursor:hand; background-color:#72bd24; font-family: verdana; font-size: 8pt; font-weight: bold;}
.menu-row-selected{cursor:normal; background-color:#72bd24; color:#fff; font-weight: bold;}

.submenu-table{cursor:normal; background-color:#ffe478; color:#ffffff; font-weight: bold;}
.submenu-row-normal{cursor:hand;background-color:#ffffff; color: #ffffff; font-family: verdana; font-size: 8pt; font-weight: normal;}
.submenu-row-hovered{cursor:hand; background-color:#fff2bf; font-family: verdana; font-size: 8pt; font-weight: normal;}
.submenu-row-selected{cursor:normal; background-color:#d8dded; color:#7F777F; font-weight: bold;}


/* Neue Klassen Ende */









































.MenuParentOff{
cursor: hand;
padding: 1px; 
background-color: #ffffff; 
/*color: #003366;
font-weight: bold;
font-family: verdana;*/
font-size: 8pt;
}
.MenuParentActive{
padding: 1px; 
background-color: #d8dded; 
/*color: #003366;
font-weight: bold;
font-family: verdana;*/
font-size: 8pt;
}
.MenuParentHover{
cursor: hand;
padding: 1px; 
background-color: #f5f5f5; 
/*color: #003366;
font-weight: bold;
font-family: verdana;*/
font-size: 8pt;
}




.MenuSubOff{
cursor: hand;
padding: 1px; 
background-color: #ffffff; 
color: navy;
font-weight: normal;
font-family: verdana;
font-size: 8pt; 
}
.MenuSubHover{
cursor: hand;
padding: 1px; 
background-color: #f5f5f5;
color: #000000;
font-weight: normal;
font-family: verdana;
font-size: 8pt; 
}
.MenuSubActive{
padding: 5px; 
background-color: #ffffff; 
color: #000000;
font-weight: bold;
font-family: verdana;
font-size: 8pt; 
/*border-left: 1px solid #8492c5; 
border-top: 1px solid #8492c5;*/ 
border-right: none; 
border-bottom: none;
}
A.leftnav2:link{
color: #003399;
text-decoration: none;
}
A.leftnav2:visited{
color: #003399;
text-decoration: none;
}
A.leftnav2:hover{
color: #003366;
text-decoration: none;
}




.MenuContainer
	{
		/*width: 100%;
		border: 1px solid #999999;
		border-left: 1px solid #999999;
		border-top: 1px solid #999999;
		border-right: 1px solid #999999;*/
	}

.MenuNormal
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
		width: 100%;
		background-color: #f5f5f5;
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		/*padding: 4px;*/
		cursor: hand;
		/*border-left: 1px solid #f5f5f5;
		border-top: 1px solid #f5f5f5;*/
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
.MenuHot
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
		background-color: #dfdfdf;
		width: 100%;
		/*padding: 4px;*/
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		cursor: hand;
		/*border-left: 1px solid #999999;
		border-top: 1px solid #dfdfdf;*/
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
.MenuActive
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		color: #666666;
		background-color: #ffffff;
		width: 100%;
		/*padding: 4px;*/
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		cursor: default;
		/*border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;*/
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
.MenuClicked
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
		background-color: #cecece;
		width: 100%;
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		/*padding: 4px;*/
		cursor: hand;
		/*border-left: 1px solid #cecece;
		border-top: 1px solid #cecece;*/
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}

