
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu {
width: 11.5em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
font-size:12pt;
font-family:Times;
color:#000;
border: 1px solid #FF6A00;
background: #fff;
}
#menu dd {
border: 1px solid #FF6A00;
}
#menu li {
text-align: center;
background: #000;
}
#menu li a, #menu dt a {
color:#FF6A00;
font-size:12pt;
font-family:Times;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #D7D7D7;
;
}

