#menu6 {
	position: absolute;
	top: 183px;
	left:685px;
	/*
	left:785px;
	*/
	border: 0px solid red;
	z-index:1001;
	float:left;
	background:transparent;
	color: black;
}
/* style the links */
#menu6 a,
#menu6 a:visited {
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	letter-spacing: -1px;
	font-weight:bold;
	display:block; 
	text-decoration:none;
	min-heightx:30px;
	line-heightx:30px;
	color:#666;
	background:transparent;
	text-align:left;
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;

	background-image: url(../images/nav1Bluegrey.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 32px;
}

#menu6 a:hover {
	background-image: url(../images/nav1BluegreyHo.png);
}
#menu6 ul ul a,
#menu6 ul ul a:visited ,
#menu6 ul ul a:hover {
	background-image: none;
	padding-left: 5px;
}


#menu6 a:hover {
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #6B928C;
	padding-bottom: 1px;
	color: #6B928C;
}
#menu6 li {
	background:transparent;
	min-heightx:30px;
}
#menu6 li:hover {
	position:relative;
}

#menu6 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:100px;
	position:absolute;
	background-color: transparent;
	border: 0px solid blue;
}

#menu6 ul ul {
	width: 150px;
	padding-top: 0px;
	background-color: #fff;
	border: 2px solid #6B928C;
	border-width: 0 0 0 2px;
	margin-top: 7px;
	padding-left: 5px;
	left: 30px;
	top: 12px;
}
#menu6 ul ul a, 
#menu6 ul ul a:visited {
	background-color: #6B928C;
	background-color: #FFFFFF;
	margin: 2px 0px;
	padding: 2px 2px 2px 10px;
	color: #6B928C;
	text-decoration: underline;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #fff;
	background-image: none;
}
#menu6 ul ul a:hover {
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	border-color: #6B928C;
}


/* style the link hover */
* html #menu6 a:hover {background-color: #FFF; position:relative; white-space:nowrap;}

/*
#menu6 :hover > a {
color:#6B928C;
}
 */

	/* hide the sub levels and give them a positon absolute so that they take up no room */
	#menu6 ul ul {
		visibility:hidden;
		position:absolute;
}

#menu6 ul ul ul {
	left: 90px;
	border-top-width: 2px;
}
#menu6 ul ul ulx {
	visibility:hidden;
	position:absolute;
	top:10px;
	left:150px;
	background-color:transparent;
	border-top-width:1px;
	border-left-width:1px;
	border-color: #fff;
	border-style: solid;
	padding: 0;
}
#menu6 ul ul ulx a,
#menu6 ul ul ulx a:visited {
	margin: 0 0 4px 0px;
}

/* Einblenden, ausblenden */
/* erstes Level */
#menu6 ul :hover ul  {
	visibility:visible;
}
/* zweites Level */
#menu6 ul :hover ul ul{
	visibility:hidden;
}
#menu6 ul :hover ul :hover ul{ 
	visibility:visible;
}

#divMain,
html,
body {
	xheight:1000px;
}

