dl#menu {
width: 165px;
font-size: 1.3em;
margin-bottom: 10px;
}

dl,dd {
margin: 0;
}

dt {
background: #555 url(../images/bkg_pixy.png) no-repeat 0 0;
margin: 1px 0;
display: block;
border: solid 1px #000;
font-size: 1em;
}

dt a {
display: block;
text-decoration: none;
padding: 2px 0 0 6px;
height: 1.5em;
}

dt a:link, dt a:visited {
color: #fff;
}

dt a:hover {
color: #000;
}

dt a.selected {
color: #ff0;
}

dd  ul  li a {
display: block;
text-decoration: none;
}

dd ul li a {
font-size: .8em;
}

dd  ul  li a:hover {
display: block;
color: #f00;
}

dd a {
color: #000;
}

ul {
list-style: none;
padding: 5px;
margin-left: 0px;
}

ul.list {
background-color: #fff;
}

a:focus {
outline: none;
}