dl, dt, dd, #menu ul, #menu li {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
#menupos {
        
}
#menu {
       width: 10Em;
}
#menu dt {
      cursor: pointer;
      margin: 2px 0;;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-weight: bold;
      border: 1px solid gray;
      background: #62A8C2;
}
#menu dd {
      border: 1px solid gray;
}
#menu li {
      text-align: center;
      background: #fff;
}
#menu li a, #menu dt a {
      color: #306A82;
      text-decoration: none;
      display: block;
      border: 0 none;
      height: 100%;
}

#menu li a:hover, #menu dt a:hover {
      background: #eee;
}