/* Styles für Horizontal Menu (Listenelemente) */

/* allgemeine Positionierung und Definitionen */
#HorizontalMenu ul { 
  padding: 0;
  margin: 0;
  font-size: 10pt;
  line-height: 17px;
}

#HorizontalMenu ul li {
  display: inline;
  float: left;
  width: 187px;
  margin-left: -1px;
  text-align: center;
  /*background-color: #036;*/
  border-left: 1px solid #f2f3f5;
}

*html #HorizontalMenu ul li {
  width: 188px;
}

#HorizontalMenu ul li a { 
  text-decoration: none;
  color: Black;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
}

/* Style MouseOver */
#HorizontalMenu ul li a:hover {
  width: 187px;
  background-color: #596164;
  color: White;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
  float: left;
}

/* Style aktiver Menupunkt */
#HorizontalMenu #active { 
  width: 187px;
  background-color: #596164;
  color: White;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
  float: left;
}