

#menu dl, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }


#menu {
    position: absolute;
    top: 180px;
    left :0px;
    z-index:100;
    margin-left:6px;
    /* precision for Opera */;
  }


#menu dl {
    float: left;
    width: 133px;
  }


#menu dt {
    cursor : pointer;
    text-align: center;
    
  }


#menu dd {
border: 1px solid black;
    background-color : #ceb366;
    display : none;
    margin-left : 2px;
    width : 127px;
  
  }


#menu dt a {
    background-image : url('/images/bg_menue.jpg');
    background-repeat : no-repeat;
    color : #dbc78e;
    display : block;
    font-family: Arial;
    font-size : 14px;
    font-weight : bold;
    text-decoration : none;
    text-align : center;
    letter-spacing: 8px;
    margin-top:6px;
    padding-top:8px;
    height : 23px;
  }


#menu dt:hover a {
    color : red;
    display : block;
    font-family: Arial, Helvetica, Verdana;
    font-size : 14px;
    font-weight : bold;
    
    text-decoration : none;
    text-align : center;
    letter-spacing: 8px;
  }


#menu li {
    text-align: left;
    margin-left : 3px;
   
  }


#menu li a {
    text-decoration: none;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    height: 16px;
    border: none;
    color : black;
    font-family: Arial;
    font-size : 12px;
  }


#menu li a:hover {
color : red;
  }


#layer_helper {
    position: absolute;
    top: 276px;
    left: 700px;
    width: 8em;
    height: 400px;
    z-index: 109;
    background: #000000;
  }

#layer {
    position: absolute;
    top: 158px;
    width: 810px;
    height: 20px;
    z-index: 200;
  }

#menue_top {
    margin-left : 142px;
    margin-top : 10px;
    z-index : 9;
  }





