Код: Выбрать все
#main .items-more ol
{
   color:#000;
}
#main .items-more ol li a
{
   background: rgba(255, 255, 255, .0); url(../images/blog_more.gif) no-repeat 0px center;
   color:#095197
}
#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
   background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
   color:#fff;
}