#menu {
       text-align:center;
       border-bottom: 1px dotted gray;
       padding-bottom: 5px
       }

#menu ul {
                display: inline;
                margin: 0;
                padding: 0;
                list-style: none;
                }

#menu li {
                display: inline;
                margin: 0 6px 0 0;
                padding: 0;
                }

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
           color: #FF9933;
           text-decoration: none;
           background-color: transparent
           }

#menu a:hover {
           color: #fff;
           font-weight: bolder;
           text-decoration: none;
           }

#german a:link, #german a:visited, #german a:active, #german a:hover {
           color: #FF9933;
           text-decoration: none;
           background-color: transparent;
           }

#german a:hover {
           color: #fff;
           font-weight: bolder;
           text-decoration: none;
           }
