@charset "utf-8";
/* CSS Document */
.Menu {
position:relative;
width:85px;
z-index:1;
background: #FFF;
border:1px solid #8fcaef;
margin-top:-100px;
display:none;
font-family:"微软雅黑";
}
.Menu2 {
position: absolute;
left:0;
top:0;
width:100%;
height:auto;
overflow:hidden;
z-index:1;
}
.Menu2 ul{margin:0;padding:0; }
.Menu2 ul li{width:100%;height:25px;line-height:25px;text-indent:15px;
             border-bottom:1px dashed #8fcaef;color:#666;cursor:pointer; font-size:12px;
 change:expression(
  this.onmouseover=function(){
  this.style.background="#F2F5EF";
  },
  this.onmouseout=function(){
    this.style.background="";
  }
 )
}
.form{width:85px;height:30px;}
.form div{position:relative;top:0;left:0;margin-bottom:5px}
#List1,#List2,#List3{left:0px;top:93px;}