dl, dt, dtn, dd, ul, li {
margin: 0px;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; /* placement du menu, à modifier selon vos besoins */
text-indent:20px;
}

#menu dt {
vertical-align:bottom;
height: 18px;
cursor: pointer;
margin: 0px 0px;
border-style: dotted;
border-color:#FFFFFF;
border-width: 0px 0px 1px 0px;
background: #B3071B;

}

#menu li {
vertical-align:bottom;
background: #d44c1c;
height: 18px;
border-style: dotted;
border-width: 0px 0px 1px 0px;
border-color:#FFFFFF;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #F18E00;
}

a.last {
vertical-align:bottom;
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border:none;
}


a.impressum {
	color:#d94333;
    font-size:12px;
}
a.impressum:hover {
	text-decoration: underline;
}