/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu3 {
position: absolute;

}
dl#menu3 {
width: 15em;
}
dl#menu3 dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
dl#menu3 dd {
border: 1px solid gray;
}
dl#menu3 li {
text-align: center;
background: #fff;
}
dl#menu3 li a, dl#menu3 dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu3 li a:hover, dl#menu3 dt a:hover {
background: #eee;
}