#pagerouter{
   list-style: none;
   margin: 30px 0 0 0;
   padding: 3px 260px 3px 0;
   background-color: #d4d4d4;
   font-size: 86%;
   border-top: 1px solid #919191;
   text-align: right;
}

#pagerouter li.firstLi{
   border-left: 1px solid #919191;  
}

#pagerouter li{
   margin:0;
   padding: 3px 0 3px 0;
   display:inline;
   border-right: 1px solid #919191;
}

#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color : #000;
   padding: 3px 8px 3px 8px;
   font-weight : normal;
   text-decoration : none;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active{
   text-decoration: underline;
   background-color: #fff;
}
