.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:#1a4532;
 color:white;
text-decoration:none;
}

.current{
 background-color:#1a4532;
 color:white;
text-decoration:none;
}

a.current {
    color: white;
}

.boxpageview {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}