dl, dt, dd, ul, li {
margin : 0px;
padding : 0px;
list-style-type : none;
font-family:"Courier New", Courier, monospace;
}
#menu {
width : 287px;
padding : 2px;
font-family:"Courier New", Courier, monospace;
}
#menu dt {
cursor : pointer;
font-family:"Courier New", Courier, monospace;
font-size:14px;
color: #72B4EE;
margin : 2px 0px;
height : 30px;
line-height : 30px;
text-align : left;
font-weight : bold;
border : none;
background-color : #000000;

}
#menu dt span {
width : 220px;
background-repeat : no-repeat;
display : block;
color: #72B4EE;
font-family:"Courier New", Courier, monospace;
}
#menu dd {
border : none;
font-family:"Courier New", Courier, monospace;
}
#menu li {
text-align : left;
background-color : #000000;
border : none;
font-family:"Courier New", Courier, monospace;
}
#menu li a, #menu dt a {
color: #72B4EE;
text-decoration : none;
display : block;
border : none;
height : 30px;
font-family:"Courier New", Courier, monospace;
}
#menu dt a:hover, #menu dt:hover {
background-color : #000000;
font-family:"Courier New", Courier, monospace;
text-decoration:nonr;
}
#menu li a:hover {
background-color : #000000;
font-family:"Courier New", Courier, monospace;
text-decoration:none;
}

