/* Nav4: center 0.7em */
ul#Navigation5 {
margin: 0; padding: 0.2em;
text-align: center;
font-size: 0.9em;
color: gray;
line-height: 180%;
}
ul#Navigation5 li {
list-style: none;
display: inline;
margin: 0.1em; padding: 0;
}
ul#Navigation5 a, ul#Navigation5 span {
padding: 0.1em 0.5em;
text-decoration: none; font-weight: normal;
border: 1px solid blue;
border-left-color: white; border-top-color: white;
color: #3333ff; background-color: #ddddff;
}
* html ul#Navigation5 a, * html ul#Navigation5 span {
width: 1em;    /* nur fuer IE 5.0x erforderlich */
w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation5 a:hover, ul#Navigation5 span {
border-color: #eeffee;
border-left-color: green; border-top-color: green;
color: green; background-color: #eeffee; font-weight: normal;
}
