.sideNav li.sidenavused a {
    background: url(../images/sideNav_bg.gif) no-repeat left 0;
    color: #fff;
}

.boxpageview a {
width:50px;
height:50px;
line-height:50px;
margin-left:10px;
color:#000;
}

.boxpageview a:hover {
 background-color:red;
 color:white;
text-decoration:none;
}

.current{
 background-color:red;
 color:white;
text-decoration:none;
}

