/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

top: 497px;
left: 41px;
}
#menu {
width: 177px;
}
#menu dt {
cursor: pointer;

height: 20px;
line-height: 20px;
text-align: left;
padding-left:4px;
text-decoration:underline;


background: #D5D6D7;
}
#menu dd {
background:#D5D6D7;
text-decoration:underline;
}
#menu li {
text-align: left;
background: #D5D6D7;
padding-left:12px;
text-decoration:underline;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;


height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #D5D6D7;
}
