.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background: url(media/menu-highlight.png) no-repeat center left;
background-color: silver;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}


*|a:link {
  text-decoration: none;
  color: black;
}
*|a:visited {
  text-decoration: none;
  color: black;
}
*|a:active {
  text-decoration: none;
  color: black;
}
*|a:hover {
  text-decoration: underline;
  color: black;
}
*|h1 {
  font-weight: bold;
  font-style: normal;
  font-size: medium;
}
*|h2 {
}
*|body {
  color: black;
  font-size: normal;
}
*|.Festfolge {
  font-weight: inherit;
  font-style: italic;
  text-decoration: underline;
}
*|.Fussleiste {
  font-size: x-small;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

