.menueContainer
{
	font-family: arial;
	font-size:8pt;
	white-space: nowrap;
	display:block;
	float:left;
	position:relative;
	height: 30px;
	width: 946px;
	margin:0;
	padding:0;
	z-index: 2;
}

.ulMenueLevel1{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: arial;
	font-size:8pt;
}

.liMenueLevel1{
	list-style-type:none;
	float:left;
	font-family: arial;
	font-size:8pt;
}

.liMenueLevel1 over{
	border:thick;
}

.linkMenueLevel1{
	display:block;
	font-family: arial;
	font-size:8pt;
}

.ulMenueLevel2{
	font-family: arial;
	font-size:8pt;
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	page-break-before: always;
	background-image: url(../treiber-studio/images/de/menu/menue_tbg.png);
	background-repeat: repeat;
}

.liMenueLevel2
{
	line-height: 22px;
	font-family: arial;
	font-size:8pt;
}

.liMenueLevel2 a{
	text-decoration: none;
	display:block;
	color: #ffffff;
	width:200px;
	padding-left: 11px;
	font-family: arial;
	font-size:8pt;
}
.liMenueLevel2 a:visited{
	text-decoration: none;
	display:block;
	color: #ffffff;
	width:200px;
	padding-left: 11px;
	font-family: arial;
	font-size:8pt;
}
 
.liMenueLevel2 a:hover{
	text-decoration: none;
	display:block;
	width:200px;
	background:transparent;
	background:#666666;
	color: #c4ed31;
	font-family: arial;
	font-size:8pt;
}

li:hover ul , li.over ul{
	display: block;
	font-family: arial;
	font-size:8pt;
}

#mainMenueUL li>ul { 
	top: auto;
	left: auto;
	font-family: arial;
	font-size:8pt;
}