#menu {
position: relative;
top: 0px;
left: 0px;
background-color: #DCDCDC;
height: 20px;
}
#menu .ecke_links {
position: absolute;
left: 0px;
top: 0px;
width: 10px;
height: 20px;
background: #DCDCDC url("../gfx/menu/rundung_links.jpg") no-repeat;
}
#menu .ecke_rechts {
position: absolute;
right: 0px;
top: 0px;
width: 10px;
height: 20px;
background: #DCDCDC url("../gfx/menu/rundung_rechts.jpg") no-repeat;
}
#menu ul {
position: absolute;
top: 0px;
left: 30px;
list-style: none;
padding: 0;
margin: 0;
}
#menu ul li {
position: relative;
display: block;
float: left;
width: 142px;
height: 18px;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
background-color: #ECECEC;
border: 1px solid #DCDCDC;
}
#menu ul li a {
display: block;
color: #414141;
text-decoration: none;
padding-left: 10px;
height: 100%;
}
#menu ul li a:hover {
background-color: #FFF;
}
#menu ul li ul {
position: absolute;
left: -2px;
width: 145px;
top: 19px;
display: none;
}
#menu ul li ul li {
border-top: none;
font-size: 13px;
line-height: 18px;
border-left: 2px solid #DCDCDC;
border-right: 2px solid #DCDCDC;
background-color: #FFFFFF;
font-weight: normal;
}
#menu ul li ul li a:hover {
background-color: #ECECEC;
}
#menu ul li:hover ul, #menu li.over ul {
display: block;
} /* The magic */