.docList{
  width:300px; 
  height:1100px;
  background:url("lnk_bg.jpg") repeat-y 0px 0px;
  text-align:center;
  margin-bottom:100px;
  position:absolute;
  opacity:inherit;
  filter:inherit;
  display:block;
}

.docList ul{
  list-style:none;
  margin:auto 0px;
  padding:0px;
  position:relative;
}
.docList ul .r2{
  background:url("lnkr2_bg.jpg") repeat-y 0px 0px;
}
.docList li a{
  padding:20px 0px 0px;
  margin:0px;
  height:75px;  /* =95-20 */
  color:rgb(64,32,32);
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
  line-height:160%;
  /*float:left;*/
  display:block;
}
.docList li .a1{
  padding-top:20px;
  height:45px;  /* =65-20 */
  margin:0px;
}
.docList li .a2{
  padding-top:20px;
  height:75px;  /* =95-20 */
  margin:0px;
}
.docList li .a3{
  padding-top:20px;
  height:105px; /* =125-20 */
  margin:0px;
}
.docList li a:hover{
  background:url("lnk_bg_over.jpg") no-repeat;
  color:rgb(224,224,224);
}
.docList li .a1:hover{
  background:url("lnk_bg_over1.jpg") no-repeat;
  color:rgb(224,224,224);
}
.docList li .a2:hover{
  background:url("lnk_bg_over.jpg") no-repeat;
  color:rgb(224,224,224);
}
.docList li .a3:hover{
  background:url("lnk_bg_over3.jpg") no-repeat;
  color:rgb(224,224,224);
}
/*
.docList .current a{
  background:url("lnk_bg_over.jpg") no-repeat;
  color:white;
}
.docList .current a:hover{
  background:url("lnk_bg_over.jpg") no-repeat;
}
*/
.docListD{
  width:300px; 
  height:1100px;
  background:url("lnk_bg.jpg") repeat-y 0px 0px;
  text-align:center;
  position:absolute;
  opacity:inherit;
  filter:inherit;
  display:none;
}
.docListD>ul{
  list-style:none;
  margin:auto 0px;
  padding:0px;
  position:relative;
}
.docListD ul .bk{
  background:url("lnkbk_bg.jpg") repeat-y 0px 0px;
}
.docListD ul .bk a{
  padding:15px 0px 0px 30px;
  margin:0px;
  height:40px; /* =55-15 */
  color:rgb(64,32,32);
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  text-align:left;
  line-height:160%;
  display:block;
}
.docListD ul .bk a:hover{
  background:url("lnkbk_bg_over.jpg") no-repeat;
  color:rgb(224,224,224);
}
.docListD ul .tl{
  background:url("lnktl_bg.jpg") repeat-y 0px 0px;
}
.docListD ul .tl font{
  padding:25px 0px 0px 20px;
  margin:0px;
  height:95px; /* =120-25 */
  color:rgb(64,32,32);
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  line-height:160%;
  display:block;
}
.docListD .docList{
  height:auto;
}
.docListD .docList ul{
  border:1px solid rgb(187,121,47);
}
#docListContent{
  left:320px;
  top:0px;
  width:700px;
  height:1100px;
  position:relative;
  margin-bottom:100px;
}
#docImg{
  /*
  width:700px;
  height:890px;
  */
  border-style:none;
  border-width:0px;
}
