#menu {
/*    background-color: #E99128;*/
      /*background: url("../images/backgr_box_wrap_header_780_3.gif") left repeat-y;*/ /*left border navi*/
     /* background-color: #B38026;*/
}
#menu div.top {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: 26px;

    width: 100%;
}
#menu div.section {
    position: absolute;
    display: inline;
    width: 160px;    /* manuelle fixierung der subnavi breite */
    z-index: -1;
}
#menu div.box {
   background-color: #DFD4B7;
    /* background-color: #CCCCCC;*/
    cursor: hand;      
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 6px;
/*    border-color: #B38026;*/
	border-color: #FFFFFF;
    border-width: 1px;
    /*border-style: none solid solid solid;*/
    border-style: solid none none none;
   /* background: url("../images/navi/arrow_high.gif") right no-repeat;*/

    position: relative;
    visibility: hidden;
    width: 100%;
}
#menu a {
    font-family: verdana;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #B38026;
    text-decoration: none;
    white-space: nowrap;

}


