#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu {
    position: relative;
    float:left;
    top: 0;
    left: 0;
}
dl#menu {
    width: 135px;
}
dl#menu dt {
    cursor: pointer;
    margin: 1px 0;;
    height: 15px;
    line-height: 15px;
    text-align: left;
    font-weight: bold;
    padding-left:10px;
    /*
    border-bottom: 1px dotted #FF9933;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    */
    background: #EC870E;
    color:#fff;
}
dl#menu dd {
    border: 1px dotted #EC870E;
    /*
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    */
}
dl#menu li {
  text-align: left;
  background: #fff;
}
dl#menu li a, dl#menu dt a {
  color: #000;
  text-decoration: none;
  padding-left:10px;
  display: block;
  border: 0 none;
  height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
  background: #EC870E;
}

.topblock{
  /*border-top:1px solid gray;*/
}
