.menu { width:300px; font-size:18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; padding-bottom:0; border-color: #9da6a2; }


/* remove all the bullets, borders and padding from the default list styling */
.menu ul { color: #fde7c7; text-align: left; margin:0; padding: 0 0 0 3px; border-color: #9da6a2; list-style-type:none; }
.menu ul ul { width:180px; border-color: #9da6a2; }



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { width:180px; position:relative; border-color: #9da6a2; }



/* style erstes level*/


.menu a, .menu a:visited { display:block; font-size:18px; text-decoration:none; color:#fde7c7; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; width:180px; height:35px; line-height:35px; background-image: url(../bilder/button1.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border: solid 1px #9da6a2; }



/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { width:100px; width:180px; border-color: #9da6a2; }



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { color: #fde7c7; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-image: url(../bilder/button1.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; width: 180px; height: 35px; border-color: #9da6a2; border-width: 1px; }

/* style the second level hover */
.menu ul ul a.drop:hover{ color: #fde7c7; font-weight: normal; background-image: url(../bilder/button2.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; width: 180px; height: 35px; border-color: #9da6a2; border-width: 1px; }
.menu ul ul :hover > a.drop { color: #fde7c7; font-weight: normal; background-image: url(../bilder/button2.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; width: 180px; height: 35px; border-color: #9da6a2; border-width: 1px; }


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { color: #fde7c7; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-image: url(../bilder/button1.bmp); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; text-align: left; top: -30px; width: 180px; height: auto; border-color: #9da6a2; border-width: 1px; }


/* style the third level hover */
.menu ul ul ul a:hover { color: #fde7c7; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-image: url(../bilder/button2.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 130px; height: auto; border-color: #9da6a2; border-width: 1px; }
.menu ul ul ul :hover > a { font-weight: normal; background-image: url(../bilder/button2.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; width: 130px; border-color: #9da6a2; }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:relative;height:35px;left:130px;width:130px;}


/* another hack for IE5.5 */

* html .menu ul ul { position: relative; top:30px; top:-33px; }
* html .menu ul ul ul { top: -33px; }



/* position the third level flyout menu */
.menu ul ul ul{ position: relative; top: -30px; left:130px; width:130px; }


/* position drittes level*/
.menu ul ul ul.left {left:130px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { position:absolute; top:0; left:0; width: 130px; }


/* style zweites level*/
.menu ul ul a, .menu ul ul a:visited { color:#fde7c7; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; height:auto; background-image: url(../bilder/button1.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; text-indent: 4px; position: inherit; top: -30px; width:130px
 ; border-color: #f6d5aa; border-width: 1px; }
* html .menu ul ul a{ background-image: url(../bilder/button1.bmp); width:100px; width:130px; border-width: 1px; }


/* style erstes level hover */
.menu a:hover, .menu ul ul a:hover{ color:#fde7c7; font-weight: normal; background: #103309; width: 180px; height: auto; border-width: 1px; }
.menu :hover > a, .menu ul ul :hover > a { color:#fde7c7; font-weight: normal; background-image: url(../bilder/button2.bmp); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; width: 180px; height: auto; border-width: 1px;  