

/* ============????============== */

ul.pagelist{
margin:0px;
padding:0px;
background:#F5F5F5;
}

li.pagelist {
margin:0;
list-style-type: none;
font-weight:100;
color:#505050;
height:42px;
padding:0px 20px 0px 20px;
}

a.pagelist:link,a.pagelist:visited,a.pagelist:active{
display:block;
color:#505050;
text-decoration: none;
font-size:14px;
line-height:42px;
padding-left:20px;
background: transparent url(../images/t2.jpg) left no-repeat;
border-bottom:1px #c1c1c1 dashed;
}

a.pagelist:hover{
color:#ff0000;
text-decoration: none;
background: transparent url(../images/t1.jpg) left no-repeat;
border-bottom:1px #c1c1c1 dashed;
}