ul { position:absolute;
top: 102px;
margin: 0;
padding: 0;
list-style: none;
width: 181px; /* Width of Menu Items */
height:300px;
}
ul li {
position:relative;
}
ul li.einseins {
padding-left:60px;
background: url(../pics/punktnichtanimation.gif); background-repeat:no-repeat; display:block; width:181px; background-position:60px;
}
ul li.einszwei {
top:44px;
padding-left:33px;
background: url(../pics/punktnichtanimation.gif); background-repeat:no-repeat; display:block; width:181px; background-position:33px
}
ul li.einsdrei {
top:87px;
padding-left:18px;
background: url(../pics/punktnichtanimation.gif); background-repeat:no-repeat; display:block; width:181px; background-position:18px
}
ul li.einsvier {
top:139px;
padding-left:33px;
background: url(../pics/punktnichtanimation.gif); background-repeat:no-repeat; display:block; width:181px; background-position:33px
}
ul li.einsfuenf {
top:191px;
padding-left:60px;
background: url(../pics/punktnichtanimation.gif); background-repeat:no-repeat; display:block; width:181px; background-position:60px
}
<!--[if gte IE 5]>
ul li.einsfuenf {
top:183px;
padding-left:60px;
background: url(../pics/punktnichtanimation.gif); background-repeat:no-repeat; display:block; width:181px; background-position:60px
}
<![endif]-->
/* Styles for 2. Submenü */
li ul{
position:absolute;
left: 180px; /* Set 1px less than menu width */
display: none;
}
li ul.zweieins {
top: 0;
}
li ul.zweizwei {
top: -67px;
}
li ul.zweidrei {
top: -132px;
}
li ul.zweivier {
top: -205px;;
}
li ul.zweifuenf {
top: 0px;
}
li.zweizweieins {
top:0px;
padding-left:40px;
}
li.zweizweizwei {
top:44px;
padding-left:20px;
}
li.zweizweidrei {
top:87px;
padding-left:15px;
}
li.zweizweivier {
top:139px;
padding-left:20px;
}
li.zweizweifuenf {
top:191px;
padding-left:40px;
}
/* Styles for Menu Items */
ul li a {
display: block;
text-decoration: none;
color: #777777;
background: transparent; /* IE6 Bug */
padding: 3px;
border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover { color: #FF0000; background: url(../pics/punktanimation.gif); background-repeat:no-repeat; display:block; width:181px;} /* Hover Stylesfor primary menue */
li ul li a:hover { color: #FF0000; background: none; width:250px;} /* Hover Stylesfor secondary menue */
li ul li a { width:250px;} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block;} /* The magic */