#menu {
  font-size:20px;
  position:absolute;  
  min-height: 190px; //vorher: 1900
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:none;
}

.topmenu a {
  float:left;
  width:145px;
  height:25px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:2px 5px;
  border:1px solid #0054C3;
  border-collapse:collapse;
  color:#017AD6;
  font-weight:bold;
  text-decoration:none;
  background: linear-gradient(top, #4C4C4C 0%, #43BCF0 40%);
  background: -moz-linear-gradient(top, #0284B5 0%, #3FB8FF 40%);
  background: -webkit-linear-gradient(top, #43BCF0 0%,#43BCF0 40%);
  margin:-1;  
}

.submenu a{
  font-size:14px;
  width:145px;
  height:18px;
  position:relative;
  clear:both; /* special IE6 */
  color:#017AD6;
  background: linear-gradient(top, #F0EEF9 0%, #7CB8FF 40%);
  background: -moz-linear-gradient(top, #F0EEF9 0%, #7CB8FF 100%);
  background: -webkit-linear-gradient(top, #F0EEF9 0%, #7CB8FF 40%);
}

#menu a:hover, .topmenu.on a {
  color:#4C4C4C;
  background-color:#96EEFF ;
}

.topmenu:hover ul {
  display:block ;  
  z-index:500;
}

.submenu a:hover {
  background-color:#7FBBFF !important;
}
