/* Credit to www.alistapart.com/articles/dropdowns 
 * modified to accommodate our needs
 */

ul#list, ul#listnav {
  margin:0; padding:0;
  list-style: none;
}
ul#listnav {
  padding-left:8px;
}

ul#listnav img { cursor:pointer; }
  
ul#listnav li {
  float: left;
  position: relative;
}

ul#listnav li ul {   
  display: none;
  position: absolute; 
  top: 23px; /*Fuer IE*/
  left: 0;
}
ul#listnav li ul[id=list] {top:24px;}

ul#listnav li:hover ul, ul#listnav  li.over ul { display: block; z-index:3; }
img#rubriken {
  vertical-align:bottom; margin:2px 4px -3px;
  width:80px; height:24px;
  background-image:url(_img/nx_ddrub.png);
}

/* braucht Fx/IE */
ul#list, ul#list li { width:200px; }

ul#list li { border-top:1px white dotted; }
/* ul#list li:first-child { border:none;} */ 
ul#list { background-image:url(_img/bg_menu3.png); }
ul#list a:link, ul#list a:visited { 
  font-family: Verdana, "Geneva", Lucida, Lucidux, "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size:10px; font-weight:bold; text-transform:uppercase; 
  display:block; width:188px; padding:6px 6px;
  text-decoration:none; 
  color:white;
}
ul#list a:hover { 
  background:#c0c0c0;
}

