  .graduateschoolmenu {
    position: static;
    left: 0;
    top: 38px;
    width: calc(100% - 2px);
    height: auto;
    overflow: hidden;
    z-index: 1;
    background: #f2f2f2;
    border: 1px solid #eeeeee;
  }
  .graduateschoolmenu ul{margin:0;padding:0!important }
  .graduateschoolmenu ul li{width:100%;height:25px;line-height:25px;text-indent:15px;
    border-bottom:1px dashed #ccc;color:#666;cursor:pointer;
  }
  .graduateschoolmenu ul li:hover{
    background:"#F2F5EF";
  }