.sideNav li.sidenavused a {
    background: url(../images/sideNav_bg.gif) no-repeat left 0;
    color: #fff;
}

.boxpageview a {
    display: inline-block;
 width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}



.boxpageview a:hover {
 background-color:red;
 color:white;
text-decoration:none;
}

.current{
 background-color:red;
 color:white;
text-decoration:none;
}

