/* Menüformatierungen */

/* Hauptmenüebene */
.firstLevel { position: relative; float: left; padding-right: 2px; background: url(../img/separator.gif) repeat-y right top; }

/* Erste Menüebene */
.mmLevel1 li { list-style: none; width: 197px; height: 18px; margin: 0; padding: 0; }

* html .mmLevel1 { margin-left: -16px; }

.mmlink a, .mmlinklast a { color: #000000; font-size: 10px; font-weight: normal; }

.mmlink a { display: block; width: 185px; padding: 2.5px; padding-left: 10px; background: url(../img/subMenuBG.png) repeat-y; }
* html .mmlink a { cursor: pointer; background: none; padding: 3px; padding-left: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/main/img/subMenuBG.png',sizingMethod='scale'); }

.mmlinklast a { display: block; height: 28px; width: 185px; padding: 2.5px; padding-left: 10px; background: url(../img/subMenuBGbottom.png) no-repeat bottom;}
* html .mmlinklast a { cursor: pointer; background: none; padding: 3px; padding-left: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/main/img/subMenuBGbottom.png',sizingMethod='scale'); }
