/* style the table so that it takes no part in the layout - required for IE to work */
.menue table { 
	position: absolute;
	top: 0;
	left: 0px;
}

.menue { 
	font-size: 11px;
	margin-top: 90px;
	height: 30px;
	margin-left: 0px;
	border: 0px solid #00ffff;
}

.menue  a { 
	display: block;
	text-decoration: none;
	color: #000;
}

/* remove all the bullets, borders and padding from the default list styling */
.menue ul { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menue ul ul { 
	visibility: hidden;
	position: absolute;
	top: -1px;
	margin: 0px;
	height: 0;
	padding: 0px;
	left: 141px;
}

.menue ul ul ul { 
	left: 210px;
}

* html .menue ul ul ul { 
	left: 209px;
	top: -1px;
}

/* another hack for IE5.5 */
* html .menue ul ul { 
	top: -1px;
	left: 141px;
	margin: 0px;
	padding: 0px;
}

/* 1.Ebene Menü*/
.menue li { 
	max-width: 141px;
	position: relative;
	margin-bottom: 5px;
}

* html .menue ul li { 
	margin-bottom: 0px;
	width: 141px;
}

/* 2.Ebene Menü*/
.menue ul ul li { 
	max-width: 399px;
	border: 1px solid #fff;
	border-bottom: 0px solid #fff;
	margin-bottom: 0px;
}

/* style the links for the top level */
.menue a, .menue a:visited { 
	font-size: 11px;
	text-decoration: none;
	padding-left: 0px;
	line-height: 25px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menue a, * html .menue a:visited { 
	width: 141px;
	display: block;
	line-height: 15px;
	margin-bottom: 6px;
}

/* style the second level background */
.menue ul ul a.drop, .menue ul ul a.drop:visited { 
	background: #CCC url(/files/qtbordercaps_arrow_right_gray.gif) right no-repeat;
}

/* style the second level hover */
.menue ul ul a.drop:hover { 
	display: block;
	background-color: #CCC;
	font-weight: normal;
	background-image: url(/files/pixel.gif);
}

.menue ul ul :hover > a.drop { 
	background-image: url(/files/pixel.gif);
	background-color: #CCC;
	margin-bottom: 0px;
}

/* IE7 hack 2 Pixel Abstand entfernen */
*+html .menue ul ul :hover > a.drop { 
	margin-bottom: -3px;
}

*+html .menue ul ul li a.drop { 
	margin-bottom: -3px;
}

/* style the second level links */
.menue ul ul a, .menue ul ul a:visited { 
	height: auto;
	padding: 5px 5px;
	width: 200px;
	line-height: 15px;
	margin-bottom: 0px;
	background-color: #dfdfdf;
}

* html .menue ul ul a { 
	width: 200px;
}

.image { 
	float: left;
	width: 13px;
	height: 30px;
	border: 0px solid #000;
}

* html .image { 
	height: 25px;
}

/* style the top level hover */
.menue a:hover, .menue ul ul a:hover { 
	background-color: #ccc;
}

.menue :hover > a, .menue ul ul :hover > a { 
	background-color: #ccc;
}

/* make the second level visible when hover on first level list OR link */
.menue ul :hover ul { 
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menue ul :hover ul ul { 
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menue ul :hover ul :hover ul { 
	visibility: visible;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menue ul :hover ul :hover ul ul { 
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menue ul :hover ul :hover ul { 
	visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menue ul :hover ul :hover ul :hover ul { 
	visibility: visible;
}
