#menu {
/*  background-color: #E99128;*/
/*	background: url("../images/backgr_box_wrap_header_780_3.gif") left repeat-y;*/ /*left border navi*/
/* 	background-color: #B38026;*/
    z-index: 1000;
}
#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: #C0D1E3;
   background-color: #C8D6BB; */
   	background-color: #BBD6BF;
    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/menu_test.gif") bottom repeat-x;*/
    position: relative;
    visibility: hidden;
    width: 100%;
}
#menu a {
	font-family: verdana;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    white-space: nowrap;
	/*line-height: 18px;*/
}
#menu a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #035130;
	/*color: #FFFFFF;*/  
    text-decoration: none;
    white-space: nowrap;

}