#menue1 {
  padding: 7px 0 0 0;
  clear: both;
}
/* remove all the bullets, borders and padding from the default list styling */
#menue1 ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menue1 li {
  width:196px;
  position:relative;
  display: block; /* changed */
}
* html #left #menue1 li {
  margin-left: -16px; 
}
* + html #left #menue1 li {
  margin-left: -16px; 
}
/* style the links for the top level */
#menue1 a, #menue1 a:visited {
  display:block;
  text-decoration:none; 
  color:#000; 
  width:188px; 
  height:19px;
  height: auto;
  background-image: url(images/menue_trenner.gif);
  background-position: left bottom;
  background-repeat: repeat-x; 
  line-height:14px;
  padding: 4px 0 5px 8px;
  font-weight: normal;
}
* html #menue1 a {
  padding-top: 5px; /* 1px mehr als oben */
  padding-bottom: 4px;
  height: 18px;
  height: auto; 
}
* + html #menue1 a { /*xxxx*/
  padding-top: 4px; /* 1px mehr als oben */
  padding-bottom: 5px;
  height: 18px;
  height: auto; 
}
/* nur IE7 */
*:first-child+html #left #menue1 ul li.ifsub { /* das ist der Grund für den verschobenen Pfeil */
  margin-bottom: -3px;
}
*:first-child+html #left #menue1 ul ul li, *:first-child+html #left #menue1 ul ul li.ifsub {
  margin-bottom: -1px;
}
*:first-child+html #left #menue1 ul ul li.ifsub:hover {
  margin-bottom: -3px; 
}
*:first-child+html #left #menue1 ul ul li a {
  padding-bottom: 3px;
}
*:first-child+html #left #menue1 ul ul a {
  padding-top: 4px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menue1 a, * html #menue1 a:visited {
  width:196px;
  w\idth:188px;
}
/* style the active ones */
#menue1 ul li.active {
  background-color: #87b5c5;
}
#menue1 ul li.active a {

  font-weight: bold;
  background-image: url(images/menue_trenner.gif);
  background-position: left bottom;
  background-repeat: repeat-x; 
}
#menue1 ul li.active ul a {
  background-color: transparent;
  background-image: none;
}
#menue1 ul ul li.active a {
  background-color: #fff;
  background-image: url(images/menue_pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#menue1 ul ul li.active ul a {
  background-color: transparent;
  background-image: none;
}
#menue1 ul ul li.active ul li.active a {
  background-color: #fff;
  background-image: url(images/menue_pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#menue1 ul ul li.active ul li.active ul a {
  background-color: transparent;
  background-image: none;
}
#menue1 ul ul li.active ul li.active ul li.active a {
  background-color: #fff;
  background-image: url(images/menue_pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

/* style the second level background */
#menue1 ul ul {
}
#menue1 ul ul li {
  background:#87b5c5;
  background-image: none;
  padding: 0 3px;
  width: 183px;
}
* html #menue1 ul ul li {
  margin-bottom: -1px;
  width: 189px;
  padding: 0;
}
#menue1 ul ul li.first {
  padding-top: 3px;
}
#menue1 ul ul li.last {
  padding-bottom: 3px;
}
#menue1 ul ul li a {
  background-color: transparent;
}
/* style the second level hover */
#menue1 ul ul li a:hover, #menue1 ul ul li:hover a, #menue1 ul ul ul li.active ul li a:hover, #menue1 ul ul ul li.active ul li:hover a {
  background-color: #fff;
  background-image: url(images/menue_pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#menue1 ul ul :hover > a, #menue1 ul ul ul li.active ul :hover > a {
  background-color: #fff;
}
#menue1 ul ul li:hover ul a {
  background-color: transparent;
  background-image: none;
}
#menue1 ul ul li:hover ul a:hover, #menue1 ul ul ul li:hover a {
  background-color: #fff;
  background-image: url(images/menue_pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#menue1 ul ul ul li:hover ul a {
  background-color: transparent;
  background-image: none;
}
/* style the third level background */
#menue1 ul ul ul a {
  background-color: transparent;
}
/* style the third level hover */
#menue1 ul ul ul a:hover{
  background-color:#fff;
}
#menue1 ul ul ul :hover > a {
  background-color:#fff;
}

/* style the table so that it takes no part in the layout - required for IE to work */
/*#menue1 table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;} /* changed */
#menue1 table {border-collapse:collapse; border:0; position:absolute; left:0; top: 0;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menue1 ul ul {
  visibility:hidden;
  position:absolute;
  top: 0px;
  /*margin-left:196px; /* changed */
  left: 196px; 
  width:189px;
}
* html #menue1 ul ul {
  top:0px;
}
/* position the third level flyout menu */
#menue1 ul ul ul{
  left:189px; 
  bottom:0;
  width:183px;
}
/* position the third level flyout menu for a left flyout */
#menue1 ul ul ul.left {
  left:179px;
}


/* style the second level links */
#menue1 ul ul a, #menue1 ul ul a:visited {
  background:#87b5c5; 
  color:#000; 
  height:auto; 
  line-height:1em; 
  padding:3px 10px 4px 21px; 
  width:152px;
  font-weight: bold;
  background-image: none;
  /* yet another hack for IE5.5 */
}
* html #menue1 ul ul a, * html #menue1 ul ul a:visited {
  width:189px;
  w\idth:158px;
  padding-top: 4px;
  padding-bottom: 3px;
}
* + html #menue1 ul ul li.ifsub a:hover, * + html #menue1 ul ul li.ifsub:hover a {
  padding-bottom: 4px;
}


/* style the top level hover */
#menue1 a:hover, #menue1 ul a:hover {
  color:#000; 
  background:#87b5c5;
/*  font-weight: bold;*/
  text-decoration: underline;
  background-image: url(images/menue_trenner.gif);
  background-position: left bottom;
  background-repeat: repeat-x; 
}
#menue1 :hover > a, #menue1 ul :hover > a {
  color:#000;
  background:#87b5c5;
/*  font-weight: bold;*/
  text-decoration: underline;
  background-image: url(images/menue_trenner.gif);
  background-position: left bottom;
  background-repeat: repeat-x; 
}

/* make the second level visible when hover on first level list OR link */
#menue1 ul li:hover ul,
#menue1 ul a:hover ul{
  visibility:visible;
  height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
#menue1 ul :hover ul ul/*, #menue1 ul li:hover ul ul, #menue1 ul li a:hover ul ul*/ {
  display:none;
}
/*#menue1 ul ul li:hover ul,
#menue1 ul ul a:hover ul{
  visibility:visible;
  height:auto;
}*/
/* keep the fourth level hidden when you hover on second level list OR link */
#menue1 ul :hover ul :hover ul ul{
  display:none;
}
/* make the third level visible when you hover over second level list OR link */
#menue1 ul :hover ul :hover ul{ 
  display:block;
  bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
#menue1 ul :hover ul :hover ul :hover ul { 
  display:block;
  bottom:0;
}