﻿@charset "utf-8";
.Menu {
position:relative;
width:100%;
height:auto;
z-index:1;
display:none;
}

.Menu1 {
position: absolute;
left:0;
top:0;
width:67px;
height:auto;
overflow:hidden;
border:1px solid #d6d6d6;
background: #dcdcdc;
z-index:1;
margin-top:-2px;
}
.Menu1 ul{margin:0;padding:0; position:relative;}
.Menu1 ul li{color:#c5c5c5; font-size:12px;width:69px;height:18px;text-indent:4px;text-align:left; padding-top:3px;background: #f4f4f4;
             cursor:pointer;
 change:expression(
  this.onmouseover=function(){
    this.style.background="#e4e4e4";
  },
  this.onmouseout=function(){
    this.style.background="#f4f4f4";
  }
 )
}
.Menu1 a{color:#c5c5c5;text-decoration:none;}
.Menu1 a:hover{color:#000;text-decoration:none;}
.Menu2 {
position: absolute;
left:0;
top:0;
width:90px;
height:auto;
overflow:hidden;
border:1px solid #d6d6d6;
background: #dcdcdc;
z-index:1;
margin-top:-2px;

}
.Menu2 ul{margin:0;padding:0; position:relative;}
.Menu2 ul li{color:#c5c5c5; font-size:12px;width:92px;height:18px;text-indent:4px;text-align:left; padding-top:3px;background: #f4f4f4;cursor:pointer;
 change:expression(
  this.onmouseover=function(){
    this.style.background="#e4e4e4";
  },
  this.onmouseout=function(){
    this.style.background="#f4f4f4";
  }
 )
}
.Menu2 a{color:#c5c5c5;text-decoration:none;}
.Menu2 a:hover{color:#000;text-decoration:none;}

.Menu3 {
position: absolute;
left:0;
top:0;
width:90px;
height:auto;
overflow:hidden;
border:1px solid #d6d6d6;
background: #dcdcdc;
z-index:1;
margin-top:-2px;
}
.Menu3 ul{margin:0;padding:0; position:relative;}
.Menu3 ul li{color:#c5c5c5; font-size:12px;width:92px;height:18px;text-indent:4px;text-align:left; padding-top:3px;background: #f4f4f4;
             cursor:pointer;
 change:expression(
  this.onmouseover=function(){
    this.style.background="#e4e4e4";
  },
  this.onmouseout=function(){
    this.style.background="#f4f4f4";
  }
 )
}
.Menu3 a{color:#c5c5c5;text-decoration:none;}
.Menu3 a:hover{color:#000;text-decoration:none;}

.for1{width:69px;height:23px;}
.for2{width:92px;height:23px;}
.for3{width:92px;height:23px;}
#List1,#List2,#List3{left:0px;top:0px;}
.sear1{cursor:pointer;width:56px; height:17px; border:none; background-image:url(../images/wy_top1.jpg); border-width:0px; color:#686767; font-size:12px; padding-left:13px; padding-top:6px; background-repeat:no-repeat;}
.sear2{cursor:pointer;width:79px; height:17px; border:none; background-image:url(../images/wy_top2.jpg); border-width:0px; color:#0f9903; font-size:12px; padding-left:13px; padding-top:6px; background-repeat:no-repeat;}
.sear3{cursor:pointer;width:79px; height:17px; border:none; background-image:url(../images/wy_top3.jpg); border-width:0px; color:#686767; font-size:12px; padding-left:13px; padding-top:6px; background-repeat:no-repeat;}

