ul.doclist {
  float: left;
  width: 98%; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li.doclist {
  float: left;
  width: 300px;
  margin: 2px;
  height: 45px;
  background-image: url('pdficon_large.gif');
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 10px 35px; /* left padding moves the text away from the bullet */
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
} 
a.doclist{
	text-decoration: none;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;

}
a.doclist:HOVER{
	text-decoration: none;
	color: red;
}

ul.doclist2 {
  float: left;
  width: 99%; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li.doclist2 {
  float: left;
  width: 320px; 
  margin: 2px;
/*  height: 90px;  
  background-image: url('Graphics/arrow_left.gif');
  background-position: 0 3px;
  background-repeat: no-repeat; */
  padding: 0 0 0px 0px; /* left padding moves the text away from the bullet */
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
  vertical-align: middle;
} 
a.doclist2{
	text-decoration: none;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;

}
a.doclist2:HOVER{
	text-decoration: none;
	color: red;
}
img.doclist2{
vertical-align: middle;
border: 0px;
padding: 5px 5px 5px 5px;
}