

/* menue links*/
/* menue 1*/
#menu01 {
background-image:url(images/back_nav1.jpg);background-repeat:repeat-x;
background-position:center top;
border: dashed 0px #fff;
background-color:#26211e;
text-align: left;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
}

#menu01 ul, #menu01 li {
list-style-type: square;
margin-left:10px;
padding: 0px;
color:#808080;
}

#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {display:block;
        border-bottom: dashed 0px #C2631D;
        width:240px;
         color: #6b6e69;text-decoration:none;
        font-size: 14px ;font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
height: 18px;
line-height: 18px;
background-color:#;
}

#menu01 li a:hover { background:TRANSPARENT;
        color:#C7C7C7;
        text-decoration:underline;
        letter-spacing:0px;
        font-style:italic;
}


/* menue 2*/

#menu02 {
border: dashed 0px #fff;
background-color:#808080;
text-align: left;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
background-image:url(images/back_nav2.jpg);background-repeat:repeat-x;
background-position:center top;
}

#menu02 ul, #menu02 li {
list-style-type: square;
margin-left:10px;
padding: 0px;
color:#26211e;
}

#menu02 li a:link, #menu02 li a:visited, #menu02 li a:active {display:block;
        border-bottom: dashed 0px #C2631D;
        width:240px;
         color: #26211e;text-decoration:none;
        font-size: 14px ;font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
height: 18px;
line-height: 18px;
background-color:#;
}

#menu02 li a:hover { background:TRANSPARENT;
        color:#C7C7C7;
        text-decoration:underline;
        letter-spacing:0px;
        font-style:italic;
}