/* ===== menue 1 ===== */

#menu1 a, #menu1 a:visited , #menu1 a:active {display: block;
color:#fff;
text-decoration:none ;
font-family: Arial, Trebuchet MS; 
font-size: 17px;
padding-left: 10px;padding-right: 10px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
height:40px;
line-height:40px;
text-align:center;
background-color:#;
}

#menu1 a:hover {color:#fff; text-decoration:underline ;
background:transparent;
}

.trenn {width:1px;background-color:#;color:#ffdc8a;}

/* ===== menue 2 oben rechts ===== */
#menu2 a, #menu2 a:visited , #menu2 a:active {display: block;
color:#fff;
text-decoration:none ;
font-family: Arial, Trebuchet MS;
font-size: 17px;
padding-left: 10px;padding-right: 10px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
border-bottom:solid 1px #B6B6B6;
border-top:solid 0px #d7e79c;
height:40px;
line-height:40px;
text-align:center;
background-color:#;
width:182px
}

#menu2 a:hover {color:#fff; text-decoration:none ;
background-color:#373737;
border-bottom:solid 1px #B6B6B6;
}