/* Styles für Horizontal Menu (Listenelemente) */

/* allgemeine Positionierung und Definitionen */
#VerticalMenu ul { 
  padding: 0 0 0 0;
  margin: 0;
  font-size: 10pt;
  line-height: 24px;
}

* html #VerticalMenu ul { 
  padding: 0;
}

#VerticalMenu ul li {
  display: inline;
  margin-left: 1px;
  text-align: center;
  /*background-color: #036;*/
}

#VerticalMenu ul li a { 
  padding: 0 10px 0 10px;
  text-decoration:none;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

/* Style MouseOver */
#VerticalMenu ul li a:hover {
  /*background-color: #c0c0c0;*/
  color: #df2b1a;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

/* Style aktiver Menupunkt */
#VerticalMenu #active { 
  /*background-color: #c0c0c0;*/
  color: #df2b1a;
  font-weight: bold;
}

* html #VerticalMenu ul li a { 
  padding: 0 10px 0 10px;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

/* Style MouseOver */
* html #VerticalMenu ul li a:hover {
  padding: 0 10px 0 10px;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

* html #VerticalMenu #active { 
  padding: 0 10px 0 10px;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

